summaryrefslogtreecommitdiff
path: root/posix/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/fnmatch.c')
-rw-r--r--posix/fnmatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/fnmatch.c b/posix/fnmatch.c
index c521a25b70..e409ed7300 100644
--- a/posix/fnmatch.c
+++ b/posix/fnmatch.c
@@ -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);