From d1a83f1f4040e0b24a46d20bec3d811c9b7a578b Mon Sep 17 00:00:00 2001 From: Arkadiusz Drabczyk Date: Fri, 3 Jan 2025 18:38:16 +0100 Subject: [PATCH] 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 --- man/man3/pthread_cond_init.3 | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.2