summaryrefslogtreecommitdiffstats
path: root/include/linux/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/msg.h')
-rw-r--r--include/linux/msg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h
index deda19265..d63a388ca 100644
--- a/include/linux/msg.h
+++ b/include/linux/msg.h
@@ -3,10 +3,6 @@
#include <linux/ipc.h>
-/* ipcs ctl commands */
-#define MSG_STAT 11
-#define MSG_INFO 12
-
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* recv any msg except of specified type.*/