futex.2: ERRORS: add EAGAIN case for FUTEX_CMP_REQUEUE_PI (uaddr futex != val3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-15 09:06:14 +01:00
parent aaec90325b
commit 8f2068bbe4
1 changed files with 2 additions and 1 deletions

View File

@ -961,7 +961,8 @@ was not equal to the expected value
at the time of the call.
.TP
.B EAGAIN
.RB ( FUTEX_CMP_REQUEUE )
.RB ( FUTEX_CMP_REQUEUE ,
.BR FUTEX_CMP_REQUEUE_PI )
The value pointed to by
.I uaddr
is not equal to the expected value