All signal handlers return RETSIGTYPE.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@712 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-03 18:04:46 +00:00
parent 3467387cd6
commit a95bae9e0a
8 changed files with 36 additions and 34 deletions

View File

@@ -82,6 +82,7 @@ childhandler (int sig)
pid = waitpid (-1, &status, WNOHANG|WUNTRACED);
} while(pid > 0);
signal (SIGCHLD, childhandler);
SIGRETURN(0);
}
/*