about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-08 20:08:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-08 20:08:56 +0000
commiteede9df980c3e0aab8692fadc5563335f72d5278 (patch)
treea8923ab8110bee58a0e022b15c9c314f3bfc8f03 /ChangeLog
parentc40ea3d9a3be8645441967cddf14645b84af5f2c (diff)
downloadglibc-eede9df980c3e0aab8692fadc5563335f72d5278.tar.gz
glibc-eede9df980c3e0aab8692fadc5563335f72d5278.tar.xz
glibc-eede9df980c3e0aab8692fadc5563335f72d5278.zip
Don't check __GNUC__ together with __USE_EXTERN_INLINES.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5390435014..21d47fe4e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-08  Joseph Myers  <joseph@codesourcery.com>
+
+	* io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
+	__USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
+	* sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
+	2 && __USE_EXTERN_INLINES]: Likewise.
+
 2013-01-08  Andreas Jaeger  <aj@suse.de>
 
 	[BZ# 14985]