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 14:53:20 +01:00
parent 99c0ac69d9
commit f0c0d61cd8
1 changed files with 6 additions and 0 deletions

View File

@ -1206,6 +1206,12 @@ specified by the matching
call for that waiter.
.TP
.B EINVAL
.RB ( FUTEX_CMP_REQUEUE_PI )
The
.I val
argument is not 1.
.TP
.B EINVAL
Invalid argument.
.TP
.BR ENOMEM