]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/signal.7: Don't mention that pthread API can return EINTR
authorArkadiusz Drabczyk <arkadiusz@drabczyk.org>
Fri, 3 Jan 2025 17:38:15 +0000 (18:38 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 4 Jan 2025 20:21:31 +0000 (21:21 +0100)
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: <https://lore.kernel.org/linux-man/Z3W_qgawqyEB-QrA@comp../>
Cc: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
Message-ID: <20250103173816.6409-1-arkadiusz@drabczyk.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/signal.7

index d19f171b38d7c4453bca95caf94d4647ba20a21b..dd04c6d1a276491e27269707a15bcb7fbf6bb520 100644 (file)
@@ -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]