[PATCH 2/2] pthread_cond_init.3: Remove EINTR error code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>

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





[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux