summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:12:24 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:12:24 +0000
commit0ae38142235e61c53f0cabb13e2bc9d9e83707de (patch)
treebccc2314e51bf5689cb9bceda214dc1b6e87fd5c /include
parente128fa8ad52a2466aea71cd75a45ec9703d07fe0 (diff)
Define __USE_GNU as glibc does.
Diffstat (limited to 'include')
-rw-r--r--include/features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index f5b8cf74e..d08b7496a 100644
--- a/include/features.h
+++ b/include/features.h
@@ -80,6 +80,9 @@
# define __KERNEL_STRICT_NAMES
#endif
+#ifdef _GNU_SOURCE
+# define __USE_GNU 1
+#endif
#include <sys/cdefs.h>