]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Nov 2003 19:12:03 +0000 (19:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Nov 2003 19:12:03 +0000 (19:12 +0000)
2003-11-18  Jakub Jelinek  <jakub@redhat.com>

* io/bug-ftw4.c: Include string.h.
* posix/fnmatch.c (mbsinit): Remove define.

ChangeLog
io/bug-ftw4.c
posix/fnmatch.c

index e73a05ad61100427a2c64660780864bfee337ef5..2a30d4890fb2b67b6ab5d9790ca7dccf1ce36246 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * io/bug-ftw4.c: Include string.h.
+       * posix/fnmatch.c (mbsinit): Remove define.
+
 2003-11-17  Jakub Jelinek  <jakub@redhat.com>
 
        * posix/regcomp.c (optimize_utf8): Optimize multi-byte chars as
index 0a652d3531debf5778b72cdedb72c79e1a914dc4..16aecf6ce208c083a0a5c4ecfdefb42669099ba3 100644 (file)
@@ -22,6 +22,7 @@
 #include <ftw.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
index c521a25b7005bab8f23c18bd105e2cab38504537..e409ed7300a88ad875e82a4f84ebe7d631d7af7e 100644 (file)
@@ -59,7 +59,6 @@
 # include <shlib-compat.h>
 
 # 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);