futex.2: ERRORS: Add ENOMEM case for FUTEX_CMP_REQUEUE_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 18:20:12 +01:00
parent 9e54d26d3c
commit e34a8fb6c3
1 changed files with 2 additions and 1 deletions

View File

@ -1086,7 +1086,8 @@ Invalid argument.
.TP
.BR ENOMEM
.RB ( FUTEX_LOCK_PI ,
.BR FUTEX_TRYLOCK_PI )
.BR FUTEX_TRYLOCK_PI ,
.BR FUTEX_CMP_REQUEUE_PI )
The kernel could not allocate memory to hold state information.
.TP
.B ENFILE