]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/pthread_cond_init.3: Remove EINTR error code
authorArkadiusz Drabczyk <arkadiusz@drabczyk.org>
Fri, 3 Jan 2025 17:38:16 +0000 (18:38 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 4 Jan 2025 20:21:36 +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-2-arkadiusz@drabczyk.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/pthread_cond_init.3

index 658f390f60ecd3428c54f0c153ca3113d9212422..15556219bd5dd2f7be84cbb58b3a730fde816f48 100644 (file)
@@ -153,9 +153,6 @@ the following error codes on error:
 \fBETIMEDOUT\fP
 The condition variable was not signaled
 until the timeout specified by \fIabstime\fP.
-.TP
-\fBEINTR\fP
-\fBpthread_cond_timedwait\fP was interrupted by a signal.
 .RE
 .P
 The \fBpthread_cond_destroy\fP function returns