1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-01 05:02:03 +03:00

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

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 \