diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-10-04 11:32:07 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-10-04 11:32:07 +0000 |
commit | 960624f47e40363b507e45425a6e4f92d7e013bd (patch) | |
tree | 0dd7c1d99d0aff32c1f31c5ffc48cf115a780b43 /winsup/cygwin/syscalls.cc | |
parent | 26f19ec1ad22f35151e39a42faa170ca3b185678 (diff) | |
download | cygnal-960624f47e40363b507e45425a6e4f92d7e013bd.tar.gz cygnal-960624f47e40363b507e45425a6e4f92d7e013bd.tar.bz2 cygnal-960624f47e40363b507e45425a6e4f92d7e013bd.zip |
* syscalls.cc (internal_setlocale): Add comment.
Diffstat (limited to 'winsup/cygwin/syscalls.cc')
-rw-r--r-- | winsup/cygwin/syscalls.cc | 2 |
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; |