From: Ulrich Drepper Date: Tue, 18 Nov 2003 19:12:03 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5146ec9a2c092cb74b5cd0eb8b5e938b46f1631b;p=thirdparty%2Fglibc.git Update. 2003-11-18 Jakub Jelinek * io/bug-ftw4.c: Include string.h. * posix/fnmatch.c (mbsinit): Remove define. --- diff --git a/ChangeLog b/ChangeLog index e73a05ad611..2a30d4890fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-18 Jakub Jelinek + + * io/bug-ftw4.c: Include string.h. + * posix/fnmatch.c (mbsinit): Remove define. + 2003-11-17 Jakub Jelinek * posix/regcomp.c (optimize_utf8): Optimize multi-byte chars as diff --git a/io/bug-ftw4.c b/io/bug-ftw4.c index 0a652d3531d..16aecf6ce20 100644 --- a/io/bug-ftw4.c +++ b/io/bug-ftw4.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/posix/fnmatch.c b/posix/fnmatch.c index c521a25b700..e409ed7300a 100644 --- a/posix/fnmatch.c +++ b/posix/fnmatch.c @@ -59,7 +59,6 @@ # include # define CONCAT(a,b) __CONCAT(a,b) -# define mbsinit __mbsinit # define mbsrtowcs __mbsrtowcs # define fnmatch __fnmatch extern int fnmatch (const char *pattern, const char *string, int flags);