mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Missed half the support for __USE_ISOC11
This commit is contained in:
@@ -194,6 +194,8 @@
|
|||||||
/* This is to enable the ISO C11 extension. */
|
/* This is to enable the ISO C11 extension. */
|
||||||
#if (defined _ISOC11_SOURCE \
|
#if (defined _ISOC11_SOURCE \
|
||||||
|| (defined __STDC_VERSION__ && __STDC_VERSION__ >= 201112L))
|
|| (defined __STDC_VERSION__ && __STDC_VERSION__ >= 201112L))
|
||||||
|
# define __USE_ISOC11 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* This is to enable the ISO C99 extension. */
|
/* This is to enable the ISO C99 extension. */
|
||||||
#if (defined _ISOC99_SOURCE || defined _ISOC11_SOURCE \
|
#if (defined _ISOC99_SOURCE || defined _ISOC11_SOURCE \
|
||||||
|
Reference in New Issue
Block a user