* exceptions.cc (sigdelayed): Move declaration to sigproc.h.
* sigproc.h (sigdelayed): Make symbol globally available. * gendef (sigdelayed): Specifically zero incyg and stacklock. * signal.cc (sigwaitinfo): Lock _my_tls and try harder to clean up signal information.
This commit is contained in:
@ -37,8 +37,6 @@ details. */
|
||||
|
||||
char debugger_command[2 * NT_MAX_PATH + 20];
|
||||
|
||||
extern "C" void sigdelayed ();
|
||||
|
||||
static BOOL WINAPI ctrl_c_handler (DWORD);
|
||||
|
||||
/* This is set to indicate that we have already exited. */
|
||||
|
Reference in New Issue
Block a user