* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handler

chain.
This commit is contained in:
Christopher Faylor 2003-12-14 16:55:24 +00:00
parent c350feda20
commit f6393387ef
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-12-14 Christopher Faylor <cgf@redhat.com>
* exceptions.cc (ctrl_c_handler): Remove this thread from the signal
handler chain.
2003-12-14 Christopher Faylor <cgf@redhat.com>
* cygthread.cc (cygthread::stub): Revert previous change and again

View File

@ -899,6 +899,7 @@ static BOOL WINAPI
ctrl_c_handler (DWORD type)
{
static bool saw_close;
_my_tls.remove ();
/* Return FALSE to prevent an "End task" dialog box from appearing
for each Cygwin process window that's open when the computer