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
This commit is contained in:
parent
1baa4d2d79
commit
cae8abfff1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue