places, creating a subprocess: reset SIGCHLD correctly
This commit is contained in:
parent
a60bfe9b7f
commit
5b2492eda6
|
@ -646,7 +646,7 @@ void scheme_places_unblock_child_signal() XFORM_SKIP_PROC
|
|||
{
|
||||
sigset_t set;
|
||||
|
||||
MZ_SIGSET(SIGCHLD, SIG_IGN);
|
||||
MZ_SIGSET(SIGCHLD, SIG_DFL);
|
||||
|
||||
sigemptyset(&set);
|
||||
sigaddset(&set, SIGCHLD);
|
||||
|
|
Loading…
Reference in New Issue
Block a user