[git commit] fnmatch.c: Change scope of posixly_correct to be global.

Khem Raj raj.khem at gmail.com
Fri Jul 31 21:17:31 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=b417523ff67971804213bc9f874e40064c8cced4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 4416717..00fd4d4 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.  */
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list