Commit 10705f6e authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent f658feb7
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment