futex.2: RETURN VALUE: add placeholder for various operations

There are still several operations whose return value
is not yet described.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 12:37:55 +01:00
parent 76f347bada
commit dcad19c0c1
1 changed files with 32 additions and 0 deletions

View File

@ -752,6 +752,38 @@ then difference is the number of waiters requeued to the futex at
.IR uaddr2 .
.\"
.\" FIXME Add success returns for other operations
.TP
.B FUTEX_WAKE_OP
.\" FIXME
[TBC]
.TP
.B FUTEX_WAIT_BITSET
.\" FIXME
[TBC]
.TP
.B FUTEX_WAKE_BITSET
.\" FIXME
[TBC]
.TP
.B FUTEX_LOCK_PI
.\" FIXME
[TBC]
.TP
.B FUTEX_TRYLOCK_PI
.\" FIXME
[TBC]
.TP
.B FUTEX_UNLOCK_PI
.\" FIXME
[TBC]
.TP
.B FUTEX_CMP_REQUEUE_PI
.\" FIXME
[TBC]
.TP
.B FUTEX_WAIT_REQUEUE_PI
.\" FIXME
[TBC]
.SH ERRORS
.TP
.B EACCES