futex.2: RETURN VALUE: add FUTEX_LOCK_PI

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 12:56:13 +01:00
parent b884566b97
commit bf02a260f4
1 changed files with 2 additions and 2 deletions

View File

@ -771,8 +771,8 @@ call.
Returns the number of processes woken up.
.TP
.B FUTEX_LOCK_PI
.\" FIXME
[TBC]
.\" FIXME Is the following correct?
Returns 0 if the futex was successfully locked.
.TP
.B FUTEX_TRYLOCK_PI
.\" FIXME