diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-01-15 09:17:54 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-12-15 14:39:44 +0100 |
| commit | 794bb106f40a8d294d4f6192efc8458a620af1db (patch) | |
| tree | 5606ba01565a61afd23371ec62b25b2581703a85 /man2/futex.2 | |
| parent | 4945ff19bb59c206920ff25cc66f41573a12c430 (diff) | |
| download | man-pages-794bb106f40a8d294d4f6192efc8458a620af1db.tar.gz | |
futex.2: ERRORS: add ENOSYS case for FUTEX_WAIT_REQUEUE_PI
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/futex.2')
| -rw-r--r-- | man2/futex.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index 0f9f87f932..c3820e1ed4 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1129,7 +1129,8 @@ nor .RB ( FUTEX_LOCK_PI , .BR FUTEX_TRYLOCK_PI , .BR FUTEX_UNLOCK_PI , -.BR FUTEX_CMP_REQUEUE_PI ) +.BR FUTEX_CMP_REQUEUE_PI +.BR FUTEX_WAIT_REQUEUE_PI ) A run-time check determined that the operation not available. The PI futex operations are not implemented on all architectures and are not supported on some CPU variants. |
