diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-29 18:38:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-29 18:38:10 +0000 |
commit | cdf77dd87b27260d1aefbad18aaa169d4a3a6121 (patch) | |
tree | 98d6b990d201b830b6e2ed1032e760ce46a3cc66 | |
parent | d8387c7b7b1c9ae92f924c33ba05790c98464d19 (diff) | |
download | glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.tar glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.tar.gz glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.tar.bz2 glibc-cdf77dd87b27260d1aefbad18aaa169d4a3a6121.zip |
* string/string.h: Define correct C++ prototypes for gcc 4.4.
* wcsmbs/wchar.h: Likewise.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |