summaryrefslogtreecommitdiff
path: root/gcc/ada/g-soccon-vms.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-soccon-vms.adb')
-rw-r--r--gcc/ada/g-soccon-vms.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/g-soccon-vms.adb b/gcc/ada/g-soccon-vms.adb
index 76b2051e07c..ebd394c54a3 100644
--- a/gcc/ada/g-soccon-vms.adb
+++ b/gcc/ada/g-soccon-vms.adb
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2003 Free Software Foundation, Inc. --
+-- Copyright (C) 2000-2004 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- --
@@ -137,6 +137,8 @@ package GNAT.Sockets.Constants is
MSG_PEEK : constant := 2; -- Peek at incoming data
MSG_EOR : constant := 8; -- Send end of record
MSG_WAITALL : constant := 64; -- Wait for full reception
+ MSG_NOSIGNAL : constant := -1; -- No SIGPIPE on send
+ MSG_Forced_Flags : constant := 0;
--------------------
-- Socket options --