From: Arkadiusz Drabczyk Date: Fri, 3 Jan 2025 17:38:15 +0000 (+0100) Subject: man/man7/signal.7: Don't mention that pthread API can return EINTR X-Git-Tag: man-pages-6.10~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13866c8a9731491c61af0057a7fbfa74eac9b9d4;p=thirdparty%2Fman-pages.git man/man7/signal.7: Don't mention that pthread API can return EINTR In pthreads.7 it says: "For each of the pthreads functions that can return an error, POSIX.1-2001 specifies that the function can never fail with the error EINTR." Link: Cc: Florian Weimer Signed-off-by: Arkadiusz Drabczyk Message-ID: <20250103173816.6409-1-arkadiusz@drabczyk.org> Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/signal.7 b/man/man7/signal.7 index d19f171b3..dd04c6d1a 100644 --- a/man/man7/signal.7 +++ b/man/man7/signal.7 @@ -753,10 +753,6 @@ beforehand, always failed with .IP \[bu] .BR getrandom (2). .IP \[bu] -.BR pthread_mutex_lock (3), -.BR pthread_cond_wait (3), -and related APIs. -.IP \[bu] .BR futex (2) .BR FUTEX_WAIT_BITSET . .IP \[bu]