Missed half the support for __USE_ISOC11
authorUlrich Drepper <drepper@gmail.com>
Sat, 24 Dec 2011 04:37:07 +0000 (23:37 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sun, 1 Jan 2012 12:17:21 +0000 (07:17 -0500)
include/features.h

index 173afc1..7bb27c5 100644 (file)
 /* This is to enable the ISO C11 extension.  */
 #if (defined _ISOC11_SOURCE \
      || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 201112L))
+# define __USE_ISOC11  1
+#endif
 
 /* This is to enable the ISO C99 extension.  */
 #if (defined _ISOC99_SOURCE || defined _ISOC11_SOURCE \