clone.2: Note that CLONE_STOPPED was removed in 2.6.38

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-08 23:30:00 +02:00
parent 0048657dcc
commit a60450a926
1 changed files with 7 additions and 4 deletions

View File

@ -42,7 +42,7 @@
.\" FIXME . 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will .\" FIXME . 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will
.\" probably be removed in the future. .\" probably be removed in the future.
.\" .\"
.TH CLONE 2 2010-11-01 "Linux" "Linux Programmer's Manual" .TH CLONE 2 2011-09-08 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
clone, __clone2 \- create a child process clone, __clone2 \- create a child process
.SH SYNOPSIS .SH SYNOPSIS
@ -574,9 +574,12 @@ signal), and must be resumed by sending it a
.B SIGCONT .B SIGCONT
signal. signal.
.I "From Linux 2.6.25 this flag is deprecated." This flag was
You probably never wanted to use it, .I deprecated
you certainly shouldn't be using it, and soon it will go away. from Linux 2.6.25 onward,
and was
.I removed
altogether in Linux 2.6.38.
.\" glibc 2.8 removed this defn from bits/sched.h .\" glibc 2.8 removed this defn from bits/sched.h
.TP .TP
.BR CLONE_SYSVSEM " (since Linux 2.5.10)" .BR CLONE_SYSVSEM " (since Linux 2.5.10)"