Explorar o código

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj %!s(int64=17) %!d(string=hai) anos
pai
achega
b417523ff6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/misc/fnmatch/fnmatch.c

+ 1 - 1
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.  */