clone.2: ERRORS: add EINVAL for use of CLONE_PARENT by an init process

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-11-21 10:47:50 +01:00
parent 4269a6ab8b
commit be479fdf02
1 changed files with 5 additions and 0 deletions

View File

@ -1281,6 +1281,11 @@ were specified in the
.IR flags
mask.
.TP
.BR EINVAL " (since Linux 2.6.32)"
.\" commit 123be07b0b399670a7cc3d82fef0cb4f93ef885c
.BR CLONE_PARENT
was specified, and the caller is an init process.
.TP
.B EINVAL
Returned by the glibc
.BR clone ()