projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9e7a3
)
Missed half the support for __USE_ISOC11
author
Ulrich Drepper
<drepper@gmail.com>
Sat, 24 Dec 2011 04:37:07 +0000
(23:37 -0500)
committer
Ulrich Drepper
<drepper@gmail.com>
Sun, 1 Jan 2012 12:17:21 +0000
(07:17 -0500)
include/features.h
patch
|
blob
|
history
diff --git
a/include/features.h
b/include/features.h
index
173afc1
..
7bb27c5
100644
(file)
--- 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 \