From: Khem Raj Date: Fri, 31 Jul 2009 21:17:31 +0000 (-0700) Subject: fnmatch.c: Change scope of posixly_correct to be global. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b417523ff67971804213bc9f874e40064c8cced4;p=uclinux-h8%2Fuclibc-ng.git fnmatch.c: Change scope of posixly_correct to be global. Signed-off-by: Khem Raj --- diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 441671755..00fd4d465 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -212,7 +212,7 @@ extern int errno; # endif /* Global variable. */ -static smallint posixly_correct; +smallint posixly_correct; /* This function doesn't exist on most systems. */