From b417523ff67971804213bc9f874e40064c8cced4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 31 Jul 2009 14:17:31 -0700 Subject: fnmatch.c: Change scope of posixly_correct to be global. Signed-off-by: Khem Raj --- libc/misc/fnmatch/fnmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/fnmatch/fnmatch.c') 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. */ -- cgit v1.2.3