futex.2: ERRORS: added EINVAL case for FUTEX_CMP_REQUEUE_PI

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-15 09:33:19 +01:00
parent 670b34f8e8
commit 2043f2c133
1 changed files with 5 additions and 3 deletions

View File

@ -1069,9 +1069,11 @@ The bitset supplied in
is zero. is zero.
.TP .TP
.B EINVAL .B EINVAL
.RB ( FUTEX_REQUEUE ) .RB ( FUTEX_REQUEUE ,
.\" FIXME tglx suggested adding this, but does this error really .\" FIXME tglx suggested adding this, but does this error really occur for
.\" occur for FUTEX_REQUEUE? .\" FUTEX_REQUEUE? (The case where it occurs for FUTEX_CMP_REQUEUE_PI
.\" is obvious at the start of futex_requeue().)
.BR FUTEX_CMP_REQUEUE_PI )
.I uaddr .I uaddr
equals equals
.IR uaddr2 .IR uaddr2