From: Ulrich Drepper Date: Thu, 29 Jan 2009 18:38:10 +0000 (+0000) Subject: * string/string.h: Define correct C++ prototypes for gcc 4.4. X-Git-Tag: cvs/fedora-glibc-20090204T2135~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdf77dd87b27260d1aefbad18aaa169d4a3a6121;p=thirdparty%2Fglibc.git * string/string.h: Define correct C++ prototypes for gcc 4.4. * wcsmbs/wchar.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 662d108d097..ef1118d660f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2009-01-29 Ulrich Drepper Jakub Jelinek - * 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