POSIX.1-2008 removes the specification of vfork().

This commit is contained in:
Michael Kerrisk 2008-08-06 10:46:26 +00:00
parent 0524a4fccf
commit 5a54a60bf9
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ in the parent process depended on knowing which variables are
held in a register. held in a register.
.SH "CONFORMING TO" .SH "CONFORMING TO"
4.3BSD, POSIX.1-2001. 4.3BSD, POSIX.1-2001.
POSIX.1-2008 removes the specification of
.BR vfork ().
.\" FIXME . Mar 08: in the draft of the next POSIX revision, the spec for .\" FIXME . Mar 08: in the draft of the next POSIX revision, the spec for
.\" vfork() has been removed. See if this remains so in final version. .\" vfork() has been removed. See if this remains so in final version.
The requirements put on The requirements put on