futex.2: RETURN VALUE: add FUTEX_UNLOCK_PI

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

View File

@ -779,8 +779,8 @@ Returns 0 if the futex was successfully locked.
Returns 0 if the futex was successfully locked.
.TP
.B FUTEX_UNLOCK_PI
.\" FIXME
[TBC]
.\" FIXME Is the following correct?
Returns 0 if the futex was successfully unlocked.
.TP
.B FUTEX_CMP_REQUEUE_PI
.\" FIXME