Ken Thomases : winspool: No need to reset SIGCHLD because we' re not changing it anymore.
Module: wine Branch: master Commit: 7a88d5a1e40c1c82e7eb308b59e46b9700448fbf URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a88d5a1e40c1c82e7eb308b59... Author: Ken Thomases <ken(a)codeweavers.com> Date: Wed Nov 30 16:48:58 2011 -0600 winspool: No need to reset SIGCHLD because we're not changing it anymore. --- dlls/winspool.drv/info.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index abc8478..7bf9149 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -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);
participants (1)
-
Alexandre Julliard