From e34a8fb6c328c35888336f0c3b0fdce557402e03 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 Jan 2015 18:20:12 +0100 Subject: [PATCH] futex.2: ERRORS: Add ENOMEM case for FUTEX_CMP_REQUEUE_PI Reported-by: Thomas Gleixner Signed-off-by: Michael Kerrisk --- man2/futex.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/futex.2 b/man2/futex.2 index aa6f54102..566bd7cda 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -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