diff options
Diffstat (limited to 'gcc/ada/g-soccon-darwin.ads')
-rw-r--r-- | gcc/ada/g-soccon-darwin.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/g-soccon-darwin.ads b/gcc/ada/g-soccon-darwin.ads index b48c4df65ed..8b4ac6154a6 100644 --- a/gcc/ada/g-soccon-darwin.ads +++ b/gcc/ada/g-soccon-darwin.ads @@ -77,7 +77,7 @@ package GNAT.Sockets.Constants is EINVAL : constant := 22; -- Invalid argument EIO : constant := 5; -- Input output error EISCONN : constant := 56; -- Socket already connected - ELOOP : constant := 62; -- Too many symbolic lynks + ELOOP : constant := 62; -- Too many symbolic links EMFILE : constant := 24; -- Too many open files EMSGSIZE : constant := 40; -- Message too long ENAMETOOLONG : constant := 63; -- Name too long @@ -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 -- |