* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before

calling the application's main.
	* syscalls.cc (internal_setlocale): Don't reset locale to "C here.
	Change comment accordingly.
This commit is contained in:
Corinna Vinschen
2010-01-14 18:56:24 +00:00
parent 37671b5114
commit 41d184bb62
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2010-01-14 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before
calling the application's main.
* syscalls.cc (internal_setlocale): Don't reset locale to "C here.
Change comment accordingly.
2010-01-14 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din (dup3): Export.