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

Alexandre Julliard julliard at winehq.org
Thu Dec 1 14:05:32 CST 2011


Module: wine
Branch: master
Commit: 7a88d5a1e40c1c82e7eb308b59e46b9700448fbf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a88d5a1e40c1c82e7eb308b59e46b9700448fbf

Author: Ken Thomases <ken at 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);




More information about the wine-cvs mailing list