X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fbits%2Fipc.h;h=08316a377ea7c513dad6a96dc0c190d6335403e8;hb=131b5be2f44012ae952f5883e13c1ae72ce3b033;hp=8e3ef9b9164dc1dc8eee68a422fa305c0f1b8d69;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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)