aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-26 20:49:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-26 20:49:22 +0000
commit7071ad79db0886c0f17946feea71439400c706a9 (patch)
treed792b5885c9c4e7caa46456d22bb819598881a7d /ChangeLog
parent08cf777f9e7f6d826658a99c7d77a359f73a45bf (diff)
downloadglibc-7071ad79db0886c0f17946feea71439400c706a9.tar
glibc-7071ad79db0886c0f17946feea71439400c706a9.tar.gz
glibc-7071ad79db0886c0f17946feea71439400c706a9.tar.bz2
glibc-7071ad79db0886c0f17946feea71439400c706a9.zip
Remove __STDC__ conditionals from installed headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b413d27a52..4fa37ca4ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-01-26 Joseph Myers <joseph@codesourcery.com>
+
+ * libio/libio.h: Remove __STDC__ conditionals.
+ * malloc/obstack.h: Likewise.
+ * math/complex.h: Likewise.
+ * math/math.h: Likewise.
+ * sysdeps/generic/_G_config.h: Likewise.
+ * sysdeps/gnu/_G_config.h: Likewise.
+ * sysdeps/mach/hurd/_G_config.h: Likewise.
+ * sysdeps/powerpc/bits/mathdef.h: Likewise.
+ * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
+ * sysdeps/sparc/bits/mathdef.h: Likewise.
+
2012-01-26 Ulrich Drepper <drepper@gmail.com>
[BZ #13583]