* 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:
Christopher Faylor
2001-10-31 02:58:38 +00:00
parent 0fc07e4d69
commit 774cd790fc
4 changed files with 11 additions and 5 deletions

View File

@ -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.