* speclib: Don't use /dev/null as DLL name. Just default to what's already in
.def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
This commit is contained in:
@ -1034,9 +1034,6 @@ sig_handle (int sig, bool thisproc)
|
||||
if (handler == (void *) SIG_ERR)
|
||||
goto exit_sig;
|
||||
|
||||
if (sig == SIGCHLD)
|
||||
goto done;
|
||||
|
||||
goto dosig;
|
||||
|
||||
stop:
|
||||
|
Reference in New Issue
Block a user