vfork.2: Note clone() flags equivalent to vfork()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-02-08 10:03:58 +13:00
parent 60875c0427
commit ab47b8bc20
1 changed files with 11 additions and 0 deletions

View File

@ -180,6 +180,17 @@ LinuxThreads threading library.
(See
.BR pthreads (7)
for a description of Linux threading libraries.)
A call to
.BR vfork ()
is equivalent to calling
.BR clone (2)
with
.I flags
specified as:
CLONE_VM | CLONE_VFORK | SIGCHLD
.SS History
The
.BR vfork ()