* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handler
chain.
This commit is contained in:
parent
c350feda20
commit
f6393387ef
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue