Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-01-24 17:43:51 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-01-24 17:43:51 +0300
commit05fab4a63babc541141b132a68b6839641e7cb9a (patch)
treef4f969de14b888d12b9cb4f071f5f5d758b8cecb /winsup/cygwin
parent57c7e05ea70448bbfe5685871bc047494cb60e8a (diff)
* nlsfuncs.cc (__set_charset_from_locale): Fix comment.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/nlsfuncs.cc4
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1c948011c..f4df5b0a4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2010-01-24 Corinna Vinschen <corinna@vinschen.de>
+ * nlsfuncs.cc (__set_charset_from_locale): Fix comment.
+
+2010-01-24 Corinna Vinschen <corinna@vinschen.de>
+
* nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
(internal_setlocale): Ditto.
(initial_setlocale): Ditto.
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)
{