Browse Source

fnmatch.c: Change scope of posixly_correct to be global.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 16 years ago
parent
commit
b417523ff6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/fnmatch/fnmatch.c

+ 1 - 1
libc/misc/fnmatch/fnmatch.c

@@ -212,7 +212,7 @@ extern int errno;
 # endif
 # endif
 
 
 /* Global variable.  */
 /* Global variable.  */
-static smallint posixly_correct;
+smallint posixly_correct;
 
 
 /* This function doesn't exist on most systems.  */
 /* This function doesn't exist on most systems.  */