diff options
Diffstat (limited to 'winsup/cygwin/nlsfuncs.cc')
-rw-r--r-- | winsup/cygwin/nlsfuncs.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc index 0cdac6792..9689e3e47 100644 --- a/winsup/cygwin/nlsfuncs.cc +++ b/winsup/cygwin/nlsfuncs.cc @@ -690,9 +690,7 @@ strxfrm (char *s1, const char *s2, size_t sn) /* Fetch default ANSI codepage from locale info and generate a setlocale compatible character set code. Called from newlib's setlocale(), if the - charset isn't given explicitely in the POSIX compatible locale specifier. - The function also returns a pointer to the corresponding _mbtowc_r function - which is used subsequently. */ + charset isn't given explicitely in the POSIX compatible locale specifier. */ extern "C" void __set_charset_from_locale (const char *locale, char *charset) { |