From: Arkadiusz Drabczyk Date: Fri, 3 Jan 2025 17:38:16 +0000 (+0100) Subject: man/man3/pthread_cond_init.3: Remove EINTR error code X-Git-Tag: man-pages-6.10~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a83f1f4040e0b24a46d20bec3d811c9b7a578b;p=thirdparty%2Fman-pages.git man/man3/pthread_cond_init.3: Remove EINTR error code 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-2-arkadiusz@drabczyk.org> Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/pthread_cond_init.3 b/man/man3/pthread_cond_init.3 index 658f390f6..15556219b 100644 --- a/man/man3/pthread_cond_init.3 +++ b/man/man3/pthread_cond_init.3 @@ -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