From cf67a3699e98c57b3a06e5dd4c7e70baa648db6a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 9 Mar 2011 15:06:17 +0100 Subject: fnmatch.c: use MB_CUR_MAX from stdlib.h included earlier Signed-off-by: Peter S. Mazinger --- libc/misc/fnmatch/fnmatch.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/misc/fnmatch') diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 0fa043bad..2874413ec 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -334,11 +334,6 @@ is_char_class (const wchar_t *wcs) # include "fnmatch_loop.c" # endif -#ifndef __UCLIBC_HAS_WCHAR__ -# undef MB_CUR_MAX -# define MB_CUR_MAX 1 -#endif - int fnmatch (const char *pattern, const char *string, int flags) { -- cgit v1.2.3