Commit 16800b6e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

SIGCHLD has already been taken care of earlier.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@631 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 12316e47
......@@ -22,9 +22,6 @@ void
child_main(void)
{
/* XXX: SO_NOSIGPIPE does not work reliably :-( */
signal(SIGPIPE, SIG_IGN);
setbuf(stdout, NULL);
setbuf(stderr, NULL);
printf("Child starts\n");
......
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