From: Ulrich Drepper Date: Sat, 24 Dec 2011 04:37:07 +0000 (-0500) Subject: Missed half the support for __USE_ISOC11 X-Git-Tag: glibc-2.16-tps~1127^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0e87cc01807aee964014bb6518694e7f42b71a7;p=thirdparty%2Fglibc.git Missed half the support for __USE_ISOC11 --- diff --git a/include/features.h b/include/features.h index 173afc1c93f..7bb27c5b08a 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 \