about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-29 18:38:10 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-29 18:38:10 +0000
commitcdf77dd87b27260d1aefbad18aaa169d4a3a6121 (patch)
tree98d6b990d201b830b6e2ed1032e760ce46a3cc66 /ChangeLog
parentd8387c7b7b1c9ae92f924c33ba05790c98464d19 (diff)
downloadglibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.tar.gz
glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.tar.xz
glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.zip
* string/string.h: Define correct C++ prototypes for gcc 4.4.
	* wcsmbs/wchar.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 662d108d09..ef1118d660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
 	    Jakub Jelinek  <jakub@redhat.com>
 
-	* string.h: Define correct C++ prototypes for gcc 4.4.
-	* wchar.h: Likewise.
+	* string/string.h: Define correct C++ prototypes for gcc 4.4.
+	* wcsmbs/wchar.h: Likewise.
 
 2009-01-29  Ulrich Drepper  <drepper@redhat.com>