[Glibc-bsd-commits] r2598 - trunk/glibc-ports/kfreebsd/bits
Petr Salinger
ps-guest at alioth.debian.org
Thu Jun 18 10:10:33 UTC 2009
Author: ps-guest
Date: 2009-06-18 10:10:32 +0000 (Thu, 18 Jun 2009)
New Revision: 2598
Modified:
trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
update <bits/socket.h>
Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h 2009-06-17 12:58:35 UTC (rev 2597)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h 2009-06-18 10:10:32 UTC (rev 2598)
@@ -189,12 +189,14 @@
#define MSG_DONTWAIT MSG_DONTWAIT
MSG_EOF = 0x100, /* Data completes connection. */
#define MSG_EOF MSG_EOF
+ MSG_NOTIFICATION = 0x2000,/* SCTP notification */
+#define MSG_NOTIFICATION MSG_NOTIFICATION
+ MSG_NBIO = 0x4000,/*FIONBIO mode, used by fifofs */
+#define MSG_NBIO MSG_NBIO
MSG_COMPAT = 0x8000,/* Used in sendit(). */
#define MSG_COMPAT MSG_COMPAT
MSG_NOSIGNAL = 0x20000 /* do not generate SIGPIPE on EOF */
-#if 0 /* available since FreeBSD 6.0 */
#define MSG_NOSIGNAL MSG_NOSIGNAL
-#endif
};
More information about the Glibc-bsd-commits
mailing list