Browse Source

Define __USE_GNU as glibc does.

Manuel Novoa III 24 years ago
parent
commit
0ae3814223
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/features.h

+ 3 - 0
include/features.h

@@ -80,6 +80,9 @@
 # define __KERNEL_STRICT_NAMES
 #endif
 
+#ifdef  _GNU_SOURCE
+# define __USE_GNU      1
+#endif
 
 #include <sys/cdefs.h>