diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 23:37:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:21 -0500 |
commit | c0e87cc01807aee964014bb6518694e7f42b71a7 (patch) | |
tree | c01906c7732b10961264bd5308860c054b99baef | |
parent | 4e9e7a356c37edc428339b4ba27420fe320d0a3c (diff) | |
download | glibc-c0e87cc01807aee964014bb6518694e7f42b71a7.tar.gz glibc-c0e87cc01807aee964014bb6518694e7f42b71a7.tar.xz glibc-c0e87cc01807aee964014bb6518694e7f42b71a7.zip |
Missed half the support for __USE_ISOC11
-rw-r--r-- | include/features.h | 2 |
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 \ |