winspool: No need to reset SIGCHLD because we're not changing it anymore.

This commit is contained in:
Ken Thomases 2011-11-30 16:48:58 -06:00 committed by Alexandre Julliard
parent 10705f6e3d
commit 7a88d5a1e4
1 changed files with 0 additions and 1 deletions

View File

@ -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);