Explorar o código

add missing MSG_EXCEPT in sys/msg.h

Rich Felker %!s(int64=11) %!d(string=hai) anos
pai
achega
4ce6bd8345
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/sys/msg.h

+ 1 - 0
include/sys/msg.h

@@ -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