diff options
Diffstat (limited to 'winsup/cygwin/nlsfuncs.cc')
-rw-r--r-- | winsup/cygwin/nlsfuncs.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc index f8892533b..3310fb752 100644 --- a/winsup/cygwin/nlsfuncs.cc +++ b/winsup/cygwin/nlsfuncs.cc @@ -638,9 +638,9 @@ __set_lc_monetary_from_win (const char *name, return 1; } -static LCID collate_lcid = 0; +LCID collate_lcid = 0; static mbtowc_p collate_mbtowc = __ascii_mbtowc; -static char collate_charset[ENCODING_LEN + 1] = "ASCII"; +char collate_charset[ENCODING_LEN + 1] = "ASCII"; /* Called from newlib's setlocale() if category is LC_COLLATE. Stores LC_COLLATE locale information. This is subsequently accessed by the |