aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVasiliy Fofanov <fofanov@adacore.com>2008-08-04 17:34:04 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-04 17:34:04 +0200
commitcae8abfff137876b30020c59185253d6d478108a (patch)
tree01dbc0c4c0d8d538294eefa49dcc0f207a0b4f79 /gcc
parent1baa4d2d791f5a0faedb4d0eb17253cf7b32ed76 (diff)
downloadgcc-cae8abfff137876b30020c59185253d6d478108a.zip
gcc-cae8abfff137876b30020c59185253d6d478108a.tar.gz
gcc-cae8abfff137876b30020c59185253d6d478108a.tar.bz2
g-soccon-mingw.ads: Fix value for MSG_WAITALL
2008-08-04 Vasiliy Fofanov <fofanov@adacore.com> * g-soccon-mingw.ads: Fix value for MSG_WAITALL From-SVN: r138636
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/g-soccon-mingw.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-soccon-mingw.ads b/gcc/ada/g-soccon-mingw.ads
index 3bb83e4..732ef67 100644
--- a/gcc/ada/g-soccon-mingw.ads
+++ b/gcc/ada/g-soccon-mingw.ads
@@ -139,7 +139,7 @@ package GNAT.Sockets.Constants is
MSG_OOB : constant := 1; -- Process out-of-band data
MSG_PEEK : constant := 2; -- Peek at incoming data
MSG_EOR : constant := -1; -- Send end of record
- MSG_WAITALL : constant := -1; -- Wait for full reception
+ MSG_WAITALL : constant := 8; -- Wait for full reception
MSG_NOSIGNAL : constant := -1; -- No SIGPIPE on send
MSG_Forced_Flags : constant := 0;
-- Flags set on all send(2) calls