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>2008-03-01 17:53:44 +0300
committerChristopher Faylor <me@cgf.cx>2008-03-01 17:53:44 +0300
commit2d80b55b4e58b1c7b1f829809df7864ace82d9dd (patch)
treea4368f58c114c40c7b46fbbecc2e290afbba538d /winsup/cygwin/sigproc.cc
parentf78f85ce6dffe8d2fc5c73c7e7546d361f3a534b (diff)
* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.
(_cygtls::init_threadlist_exceptions): Ditto. * cygtls.cc (_cygtls::handle_threadlist_exception): Eliminate. (_cygtls::init_threadlist_exceptions): Ditto. (_cygtls::find_tls): Use myfault handling to deal with errors caused by nonexistent threads.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index a6d8fed17..af2b023d7 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -1166,7 +1166,6 @@ wait_sig (VOID *)
SetEvent (wait_sig_inited);
_sig_tls = &_my_tls;
- _sig_tls->init_threadlist_exceptions ();
sigproc_printf ("entering ReadFile loop, my_readsig %p, my_sendsig %p",
my_readsig, my_sendsig);