From: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
To: Alejandro Colomar <alx@kernel.org>
Cc: Florian Weimer <fweimer@redhat.com>,
mtk.manpages@gmail.com, linux-man@vger.kernel.org,
libc-help@sourceware.org
Subject: [PATCH 2/2] pthread_cond_init.3: Remove EINTR error code
Date: Fri, 3 Jan 2025 18:38:16 +0100 [thread overview]
Message-ID: <20250103173816.6409-2-arkadiusz@drabczyk.org> (raw)
In-Reply-To: <20250103173816.6409-1-arkadiusz@drabczyk.org>
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 <arkadiusz@drabczyk.org>
Link: <https://lore.kernel.org/linux-man/Z3W_qgawqyEB-QrA@comp../>
---
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.45.2
next prev parent reply other threads:[~2025-01-03 17:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 17:38 [PATCH 1/2] signal.7: Don't mention that pthread API can return EINTR Arkadiusz Drabczyk
2025-01-03 17:38 ` Arkadiusz Drabczyk [this message]
2025-01-04 20:14 ` [PATCH 2/2] pthread_cond_init.3: Remove EINTR error code Alejandro Colomar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250103173816.6409-2-arkadiusz@drabczyk.org \
--to=arkadiusz@drabczyk.org \
--cc=alx@kernel.org \
--cc=fweimer@redhat.com \
--cc=libc-help@sourceware.org \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox