From c0e87cc01807aee964014bb6518694e7f42b71a7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 23 Dec 2011 23:37:07 -0500 Subject: [PATCH] Missed half the support for __USE_ISOC11 --- include/features.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/features.h b/include/features.h index 173afc1..7bb27c5 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 \ -- 2.7.4