about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-10 16:44:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-10 16:44:59 +0000
commitfed0faa1c67e1393a98b874d2534fa7ae3b951c6 (patch)
treefd108c1a9fb42730440ffc9b06adbf66e8a5203e /ChangeLog
parent1a20cb20ff0201815691ccd3249d139a7cbfbfa8 (diff)
downloadglibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.tar.gz
glibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.tar.xz
glibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.zip
Remove __GNUC__ conditions for "long long" from string.h and wchar.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9a7cb7007..ac40fc7488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-10  Joseph Myers  <joseph@codesourcery.com>
+
+	* string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
+	Remove [__GNUC__] condition.
+	* wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
+	condition to just [__USE_ISOC99].
+	[__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
+
 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #14200]