winspool: No need to reset SIGCHLD because we're not changing it anymore.
This commit is contained in:
parent
10705f6e3d
commit
7a88d5a1e4
|
@ -7435,7 +7435,6 @@ static BOOL schedule_pipe(LPCWSTR cmd, LPCWSTR filename)
|
|||
|
||||
/* reset signals that we previously set to SIG_IGN */
|
||||
signal(SIGPIPE, SIG_DFL);
|
||||
signal(SIGCHLD, SIG_DFL);
|
||||
|
||||
execl("/bin/sh", "/bin/sh", "-c", cmdA, NULL);
|
||||
_exit(1);
|
||||
|
|
Loading…
Reference in New Issue