Comented out crufty text describing EINVAL error

for the now obsolete CLONE_DETACHED flag.
Under CLONE_SIGHAND, noted that 'flags' must also include
CLONE_VM if CLONE_SIGHAND is specified.
This commit is contained in:
Michael Kerrisk 2006-02-16 04:00:49 +00:00
parent 2ccb99ea53
commit 29546c248f
1 changed files with 15 additions and 7 deletions

View File

@ -279,6 +279,14 @@ is called. Calls to
.BR sigaction (2)
performed later by one of the processes have no effect on the other
process.
Since Linux 2.6.0-test6,
.I flags
must also include
.B CLONE_VM
if
.B CLONE_SIGHAND
is specified
.TP
.B CLONE_PTRACE
If
@ -570,13 +578,13 @@ was not. (Since Linux 2.6.0-test6.)
was specified, but
.B CLONE_SIGHAND
was not. (Since Linux 2.5.35.)
.TP
.B EINVAL
Precisely one of
.B CLONE_DETACHED
and
.B CLONE_THREAD
was specified. (Since Linux 2.6.0-test6.)
.\" .TP
.\" .B EINVAL
.\" Precisely one of
.\" .B CLONE_DETACHED
.\" and
.\" .B CLONE_THREAD
.\" was specified. (Since Linux 2.6.0-test6.)
.TP
.B EINVAL
Both