gdi.exe16: No need to reset SIGCHLD because we're not changing it anymore.
This commit is contained in:
parent
f658feb70f
commit
10705f6e3d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue