[PATCH 1/2] signal.7: Don't mention that pthread API can return EINTR
From: Arkadiusz Drabczyk <hidden>
Date: 2025-01-03 17:39:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Arkadiusz Drabczyk <hidden>
Date: 2025-01-03 17:39:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
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." Signed-off-by: Arkadiusz Drabczyk <redacted> Link: <https://lore.kernel.org/linux-man/Z3W_qgawqyEB-QrA@comp../ (local)> --- man/man7/signal.7 | 4 ---- 1 file changed, 4 deletions(-)
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]
--
2.45.2