]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysvipc/sys/ipc.h
Combine __USE_BSD and __USE_SVID into __USE_MISC.
[thirdparty/glibc.git] / sysvipc / sys / ipc.h
index a1af5314f4ceee875c55e0e0f6a6997365e660e7..0ea5e56a5e7e608572d56447c0efc9d269f85fd0 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <features.h>
 
-#if !defined __USE_SVID && !defined __USE_XOPEN && __GNUC__ >= 2
+#if !defined __USE_MISC && !defined __USE_XOPEN && __GNUC__ >= 2
 # warning "Files using this header must be compiled with _GNU_SOURCE or _XOPEN_SOURCE"
 #endif