From aaec90325b8aa12ac78ee3cdd13f6c36cc9adc8b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Jan 2015 08:40:34 +0100 Subject: [PATCH] futex.2: ERRORS: add EAGAIN case for FUTEX_CMP_REQUEUE_PI (uaddr2 owner exiting) Signed-off-by: Michael Kerrisk --- man2/futex.2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index aa3c92f47..bd218d06d 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -979,8 +979,14 @@ now.) .TP .BR EAGAIN .RB ( FUTEX_LOCK_PI , -.BR FUTEX_TRYLOCK_PI ) -The futex owner thread ID is about to exit, +.BR FUTEX_TRYLOCK_PI , +.BR FUTEX_CMP_REQUEUE_PI ) +The futex owner thread ID of +.I uaddr +(for +.BR FUTEX_CMP_REQUEUE_PI : +.IR uaddr2 ) +is about to exit, but has not yet handled the internal state cleanup. Try again. .\"