Re: [PATCH] new syscall: sys_vfork

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 10 Jan 1999 00:01:59 +0000 (GMT)


> + child = do_fork(CLONE_VM | SIGCHLD, regs.esp, &regs);
> +
> + if (child > 0) {
> + sleep_on(&current->vfork_sleep);
> + }
>

What are the BSD semantics for fatal signals to a sleeping vfork()'ed process ?

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/