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:
Joel Sherrill 2008-04-12 21:55:35 +00:00 committed by Samuel Tardieu
parent 1e2735380c
commit 2b699ab198
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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 --