futex.2: ERRORS: add ENOSYS case for FUTEX_WAIT_REQUEUE_PI

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-15 09:17:54 +01:00
parent 4945ff19bb
commit 794bb106f4
1 changed files with 2 additions and 1 deletions

View File

@ -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.