futex.2: RETURN VALUE: add FUTEX_WAIT_BITSET

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 12:49:55 +01:00
parent 7446a8373c
commit 7bcc535166
1 changed files with 6 additions and 2 deletions

View File

@ -759,8 +759,12 @@ then difference is the number of waiters requeued to the futex at
[TBC]
.TP
.B FUTEX_WAIT_BITSET
.\" FIXME
[TBC]
.\" FIXME Is the following correct?
Returns 0 if the process was woken by a
.B FUTEX_WAKE
or
.B FUTEX_WAKE_BITSET
call.
.TP
.B FUTEX_WAKE_BITSET
.\" FIXME