From f0c0d61cd82c9185a9831d2026bac7ffb59ba8e5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Jan 2015 14:53:20 +0100 Subject: [PATCH] futex.2: ERRORS: add EINVAL case for FUTEX_CMP_REQUEUE_PI Signed-off-by: Michael Kerrisk --- man2/futex.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man2/futex.2 b/man2/futex.2 index d3d934018..9147e7233 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1206,6 +1206,12 @@ specified by the matching call for that waiter. .TP .B EINVAL +.RB ( FUTEX_CMP_REQUEUE_PI ) +The +.I val +argument is not 1. +.TP +.B EINVAL Invalid argument. .TP .BR ENOMEM