* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
* sigproc.h (sigframe): Decorate some methods with `inline'. (new_muto): Coerce pointer to new to void *.
This commit is contained in:
@ -612,7 +612,7 @@ sigproc_terminate (void)
|
||||
// finished with anything it is doing
|
||||
// sig_dispatch_pending (TRUE); // wake up and die
|
||||
/* In case of a sigsuspend */
|
||||
SetEvent (signal_arrived);
|
||||
// SetEvent (signal_arrived);
|
||||
|
||||
/* If !hwait_sig, then the process probably hasn't even finished
|
||||
* its initialization phase.
|
||||
|
Reference in New Issue
Block a user