diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-06-06 12:54:04 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-06-06 12:54:04 +0200 |
commit | 4491f0aeaff463602a5b6488eef2e67e2c13ecfe (patch) | |
tree | 9305b277c803381c3308ee5a53057084a808937c /gcc/ada/g-soccon-linux-x86.ads | |
parent | a99ada67cfc0517c1c827743bedbe11c24a64074 (diff) | |
download | gcc-4491f0aeaff463602a5b6488eef2e67e2c13ecfe.tar.gz |
Minor editing.
Update constants.
Update copyright notice.
From-SVN: r125479
Diffstat (limited to 'gcc/ada/g-soccon-linux-x86.ads')
-rw-r--r-- | gcc/ada/g-soccon-linux-x86.ads | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gcc/ada/g-soccon-linux-x86.ads b/gcc/ada/g-soccon-linux-x86.ads index 6b0521fcc04..cb42441a57c 100644 --- a/gcc/ada/g-soccon-linux-x86.ads +++ b/gcc/ada/g-soccon-linux-x86.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2007, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -178,4 +178,17 @@ package GNAT.Sockets.Constants is SIZEOF_tv_sec : constant := 4; -- tv_sec SIZEOF_tv_usec : constant := 4; -- tv_usec + ---------------------------------------- + -- Properties of supported interfaces -- + ---------------------------------------- + + Need_Netdb_Buffer : constant := 1; -- Need buffer for Netdb ops + + ---------------------- + -- Additional flags -- + ---------------------- + + Thread_Blocking_IO : constant Boolean := True; + -- Set False for contexts where socket i/o are process blocking + end GNAT.Sockets.Constants; |