Ken Thomases : gdi.exe16: 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: 10705f6e3d5fa79df61fbddcbc544ad346a85697
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=10705f6e3d5fa79df61fbddcbc544ad346a85697

Author: Ken Thomases <ken at codeweavers.com>
Date:   Wed Nov 30 16:48:54 2011 -0600

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

---

 dlls/gdi.exe16/printdrv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi.exe16/printdrv.c b/dlls/gdi.exe16/printdrv.c
index 6beb996..3bd0605 100644
--- a/dlls/gdi.exe16/printdrv.c
+++ b/dlls/gdi.exe16/printdrv.c
@@ -274,7 +274,6 @@ static int CreateSpoolFile(LPCSTR pszOutput)
 
             /* reset signals that we previously set to SIG_IGN */
             signal( SIGPIPE, SIG_DFL );
-            signal( SIGCHLD, SIG_DFL );
 
             execl("/bin/sh", "/bin/sh", "-c", psCmdP, NULL);
             _exit(1);




More information about the wine-cvs mailing list