OSDN Git Service

fnmatch.c: Change scope of posixly_correct to be global.
authorKhem Raj <raj.khem@gmail.com>
Fri, 31 Jul 2009 21:17:31 +0000 (14:17 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 31 Jul 2009 21:17:31 +0000 (14:17 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/misc/fnmatch/fnmatch.c

index 4416717..00fd4d4 100644 (file)
@@ -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.  */