Преглед изворни кода

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj пре 17 година
родитељ
комит
b417523ff6
1 измењених фајлова са 1 додато и 1 уклоњено
  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.  */