Просмотр исходного кода

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 17 лет назад
Родитель
Сommit
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.  */