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.
.TP
.B EINVAL
.RB ( FUTEX_REQUEUE )
.\" FIXME tglx suggested adding this, but does this error really
.\" occur for FUTEX_REQUEUE?
.RB ( FUTEX_REQUEUE ,
.\" FIXME tglx suggested adding this, but does this error really occur for
.\" 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
equals
.IR uaddr2