Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 11:19:28 UTC (rev 1096)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 13:35:42 UTC (rev 1097)
@@ -189,8 +189,10 @@
#define MSG_DONTWAIT MSG_DONTWAIT
MSG_EOF = 0x100, /* Data completes connection. */
#define MSG_EOF MSG_EOF
- MSG_COMPAT = 0x8000 /* Used in sendit(). */
+ MSG_COMPAT = 0x8000, /* Used in sendit(). */
#define MSG_COMPAT MSG_COMPAT
+ MSG_NOSIGNAL = 0x20000 /* do not generate SIGPIPE on EOF */
+#define MSG_NOSIGNAL MSG_NOSIGNAL
};