summary refs log tree commit diff
path: root/posix/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/fnmatch.c')
-rw-r--r--posix/fnmatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/fnmatch.c b/posix/fnmatch.c
index b6f67ae0b3..1db39d9e0d 100644
--- a/posix/fnmatch.c
+++ b/posix/fnmatch.c
@@ -56,6 +56,8 @@
 # include "../locale/elem-hash.h"
 
 # define CONCAT(a,b) __CONCAT(a,b)
+# define mbsinit __mbsinit
+# define mbsrtowcs __mbsrtowcs
 #endif
 
 /* Comment out all this code if we are using the GNU C Library, and are not