Missed half the support for __USE_ISOC11

This commit is contained in:
Ulrich Drepper 2011-12-23 23:37:07 -05:00
parent 4e9e7a356c
commit c0e87cc018
1 changed files with 2 additions and 0 deletions

View File

@ -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 \