diff options
| -rw-r--r-- | libc/misc/fnmatch/fnmatch.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 441671755..00fd4d465 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/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.  */  | 
