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>2009-10-04 15:32:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-10-04 15:32:07 +0400
commit960624f47e40363b507e45425a6e4f92d7e013bd (patch)
tree0dd7c1d99d0aff32c1f31c5ffc48cf115a780b43 /winsup/cygwin/syscalls.cc
parent26f19ec1ad22f35151e39a42faa170ca3b185678 (diff)
* syscalls.cc (internal_setlocale): Add comment.
Diffstat (limited to 'winsup/cygwin/syscalls.cc')
-rw-r--r--winsup/cygwin/syscalls.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index cd8909d89..c9767faf8 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -4186,6 +4186,8 @@ internal_setlocale ()
reevaluate the CWD's posix path and store in the new charset.
Same for the PATH environment variable. */
/* FIXME: Other buffered paths might be affected as well. */
+ /* FIXME: It could be necessary to convert the entire environment,
+ not just PATH. */
tmp_pathbuf tp;
wchar_t *w_path, *w_cwd;