mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
2003-11-18 Jakub Jelinek <jakub@redhat.com> * io/bug-ftw4.c: Include string.h. * posix/fnmatch.c (mbsinit): Remove define.
This commit is contained in:
@@ -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>
|
2003-11-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* posix/regcomp.c (optimize_utf8): Optimize multi-byte chars as
|
* posix/regcomp.c (optimize_utf8): Optimize multi-byte chars as
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
#include <ftw.h>
|
#include <ftw.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
@@ -59,7 +59,6 @@
|
|||||||
# include <shlib-compat.h>
|
# include <shlib-compat.h>
|
||||||
|
|
||||||
# define CONCAT(a,b) __CONCAT(a,b)
|
# define CONCAT(a,b) __CONCAT(a,b)
|
||||||
# define mbsinit __mbsinit
|
|
||||||
# define mbsrtowcs __mbsrtowcs
|
# define mbsrtowcs __mbsrtowcs
|
||||||
# define fnmatch __fnmatch
|
# define fnmatch __fnmatch
|
||||||
extern int fnmatch (const char *pattern, const char *string, int flags);
|
extern int fnmatch (const char *pattern, const char *string, int flags);
|
||||||
|
Reference in New Issue
Block a user