summaryrefslogtreecommitdiff
path: root/include/bits/ipc.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-14 20:03:55 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-14 20:03:55 -0500
commitc316b284456e8b8d5f6e2ff18ece9c15b60033c7 (patch)
treea16bf7e02544b28fb992ec87beb47d2810b81ff0 /include/bits/ipc.h
parent6fbf8bfd750a5c982b716bea0802692847918951 (diff)
downloadmusl-c316b284456e8b8d5f6e2ff18ece9c15b60033c7.tar.gz
update various bits headers for new linux additions
based on patch by nik
Diffstat (limited to 'include/bits/ipc.h')
-rw-r--r--include/bits/ipc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bits/ipc.h b/include/bits/ipc.h
index 8e3ef9b9..08316a37 100644
--- a/include/bits/ipc.h
+++ b/include/bits/ipc.h
@@ -5,6 +5,9 @@
#define IPC_RMID 0
#define IPC_SET 1
#define IPC_STAT 2
+#ifdef _GNU_SOURCE
+#define IPC_INFO 3
+#endif
#define IPC_PRIVATE ((key_t) 0)