summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 23:37:07 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-01 07:17:21 -0500
commitc0e87cc01807aee964014bb6518694e7f42b71a7 (patch)
treec01906c7732b10961264bd5308860c054b99baef /include/features.h
parent4e9e7a356c37edc428339b4ba27420fe320d0a3c (diff)
Missed half the support for __USE_ISOC11
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index 173afc1c93..7bb27c5b08 100644
--- a/include/features.h
+++ b/include/features.h
@@ -194,6 +194,8 @@
/* 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 \