lkml.org 
[lkml]   [1999]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] new syscall: sys_vfork
Date
> +       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/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.039 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site