futex.2: ERRORS: add 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 10:25:05 +01:00
parent 025e137469
commit f9250b1a1a
1 changed files with 10 additions and 0 deletions

View File

@ -1139,6 +1139,16 @@ or
.BR FUTEX_WAIT_BITSET .
.TP
.B EINVAL
.RB ( FUTEX_CMP_REQUEUE_PI )
The kernel detected an inconsistency between the user-space state at
.I uaddr
and the kernel state;
that is, the kernel detected a waiter which waits via
.BR FUTEX_LOCK_PI
on
.IR uaddr .
.TP
.B EINVAL
Invalid argument.
.TP
.BR ENOMEM