add missing MSG_EXCEPT in sys/msg.h

This commit is contained in:
Rich Felker
2013-08-14 02:48:11 -04:00
parent 35eb1a1a9b
commit 4ce6bd8345
+1
View 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