futex.2: RETURN VALUE: add FUTEX_WAIT_REQUEUE_PI

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 13:35:52 +01:00
parent dddd395a8d
commit 22c15de938
1 changed files with 3 additions and 2 deletions

View File

@ -792,8 +792,9 @@ then difference is the number of waiters requeued to the futex at
.IR uaddr2 . .IR uaddr2 .
.TP .TP
.B FUTEX_WAIT_REQUEUE_PI .B FUTEX_WAIT_REQUEUE_PI
.\" FIXME .\" FIXME Is the following correct?
[TBC] Returns 0 if the caller was successfully requeued to the futex at
.IR uaddr2 .
.SH ERRORS .SH ERRORS
.TP .TP
.B EACCES .B EACCES