add missing MSG_EXCEPT in sys/msg.h
authorRich Felker <dalias@aerifal.cx>
Wed, 14 Aug 2013 06:48:11 +0000 (02:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 14 Aug 2013 06:48:11 +0000 (02:48 -0400)
include/sys/msg.h

index ceedd1c6254c6a44c01b9cf0cf623864b2a5cb11..139f22b7008fab60ad581f9057fdb8367756ba5f 100644 (file)
@@ -23,6 +23,7 @@ typedef unsigned long msglen_t;
 #define __msg_cbytes msg_cbytes
 
 #define MSG_NOERROR 010000
+#define MSG_EXCEPT  020000
 
 #define MSG_STAT 11
 #define MSG_INFO 12