spawn_child_process doesn't return

This commit is contained in:
Glenn Maynard
2004-02-15 06:32:07 +00:00
parent 65e75438c7
commit 563ccc160c
@@ -36,7 +36,7 @@ static void safe_print(int fd, ...)
}
static void spawn_child_process(int from_parent)
static void NORETURN spawn_child_process( int from_parent )
{
/* We need to re-exec ourself, to get a clean process. Close all
* FDs except for 0-2 and to_child, and then assign to_child to 3. */