futex.2: RETURN VALUE: add FUTEX_TRYLOCK_PI

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

View File

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