futex.2: ERRORS: Add ESRCH case for FUTEX_LOCK_PI and FUTEX_TRYLOCK_PI

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 10:19:25 +01:00
parent c7589177b7
commit 0b0e49344a
1 changed files with 9 additions and 0 deletions

View File

@ -866,6 +866,15 @@ nor
The caller is not allowed to attach itself to the futex.
(This may be caused by a state corruption in user space.)
.TP
.BR ESRCH
.RB ( FUTEX_LOCK_PI ,
.BR FUTEX_TRYLOCK_PI )
.\" FIXME I reworded the following sentence a bit differently from
.\" tglx's formulation. Is it okay?
The thread ID in the futex at
.I uaddr
does not exist.
.TP
.B ETIMEDOUT
The operation in
.IR futex_op