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:
authorChristopher Faylor <me@cgf.cx>2011-11-27 23:00:33 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-27 23:00:33 +0400
commit0e5d7582d5dc06419bf2f51a31a779e7e3a0735c (patch)
tree070668eee1ffe506487c884a445668d1736ef57f /winsup/cygwin/init.cc
parent1b60bb36b0b115934bfce47f981e4c821ac3ea98 (diff)
* init.cc (dll_entry): Revert previous change since it caused inexplicable fork
problems.
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r--winsup/cygwin/init.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc
index 480a41ea3..107d037f9 100644
--- a/winsup/cygwin/init.cc
+++ b/winsup/cygwin/init.cc
@@ -150,7 +150,6 @@ dll_entry (HANDLE h, DWORD reason, void *static_load)
break;
case DLL_THREAD_DETACH:
if (dll_finished_loading
- && exit_state < ES_FINAL
&& (PVOID) &_my_tls > (PVOID) &wow64_test_stack_marker
&& _my_tls.isinitialized ())
_my_tls.remove (0);