diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-01-14 12:37:55 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-12-15 14:39:43 +0100 |
| commit | dcad19c0c11b12641a27d31f5d5eec5789215a29 (patch) | |
| tree | cc4323dc2bd222a07dab54ca018428bab462ee06 | |
| parent | 76f347bada10c4b061ece6676ed3885006e59a99 (diff) | |
| download | man-pages-dcad19c0c11b12641a27d31f5d5eec5789215a29.tar.gz | |
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>
| -rw-r--r-- | man2/futex.2 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index fb7d3263ee..b967c928d5 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -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 |
