mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 16:00:58 +08:00
re PR ada/35825 (Update g-soccon-rtems.ads)
2008-04-12 Joel Sherrill <joel@oarcorp.com> gcc/ada/ PR ada/35825 * g-soccon-rtems.ads: Add IP_PKTINFO as unsupported. From-SVN: r134230
This commit is contained in:
parent
1e2735380c
commit
2b699ab198
@ -1,3 +1,8 @@
|
||||
2008-04-12 Joel Sherrill <joel@oarcorp.com>
|
||||
|
||||
PR ada/35825
|
||||
* g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
|
||||
|
||||
2008-04-12 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* s-linux-hppa.ads: Fix syntax errors.
|
||||
|
@ -163,6 +163,7 @@ package GNAT.Sockets.Constants is
|
||||
IP_MULTICAST_LOOP : constant := 11; -- Set/get mcast loopback
|
||||
IP_ADD_MEMBERSHIP : constant := 12; -- Join a multicast group
|
||||
IP_DROP_MEMBERSHIP : constant := 13; -- Leave a multicast group
|
||||
IP_PKTINFO : constant := -1; -- Get datagram info
|
||||
|
||||
-------------------
|
||||
-- System limits --
|
||||
|
Loading…
x
Reference in New Issue
Block a user