about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-08-14 02:48:11 -0400
committerRich Felker <dalias@aerifal.cx>2013-08-14 02:48:11 -0400
commit4ce6bd83456981081721b2acd8ef48b282cd88ee (patch)
tree8b73839acd2ac6272495860ed2ef9a1888135783 /include
parent35eb1a1a9b97577e113240cd65bf9fc44b8df030 (diff)
downloadmusl-4ce6bd83456981081721b2acd8ef48b282cd88ee.tar.gz
musl-4ce6bd83456981081721b2acd8ef48b282cd88ee.tar.xz
musl-4ce6bd83456981081721b2acd8ef48b282cd88ee.zip
add missing MSG_EXCEPT in sys/msg.h
Diffstat (limited to 'include')
-rw-r--r--include/sys/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/msg.h b/include/sys/msg.h
index ceedd1c6..139f22b7 100644
--- a/include/sys/msg.h
+++ b/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