__W* flags can't be used with waitid()

This commit is contained in:
Michael Kerrisk 2005-05-10 17:16:28 +00:00
parent a69b6bda71
commit 948fb4ed37
1 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,7 @@
.\" Added text on SA_NOCLDSTOP .\" Added text on SA_NOCLDSTOP
.\" Updated discussion of SA_NOCLDWAIT to reflect 2.6 behaviour .\" Updated discussion of SA_NOCLDWAIT to reflect 2.6 behaviour
.\" Much other text rewritten .\" Much other text rewritten
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" .\"
.TH WAIT 2 2004-11-11 "Linux" "Linux Programmer's Manual" .TH WAIT 2 2004-11-11 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
@ -455,7 +456,9 @@ in the same thread group.
The following Linux-specific The following Linux-specific
.I options .I options
are for use with children created using are for use with children created using
.BR clone (2). .BR clone (2);
they cannot be used with
.BR waitid ():
.TP .TP
.B __WCLONE .B __WCLONE
.\" since 0.99pl10 .\" since 0.99pl10