linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] errno.3: add some comments on EAGAIN/EWOULDBLOCK and EDEADLK/EDEADLOCK
@ 2019-08-29 10:06 Rasmus Villemoes
  2019-09-01 14:47 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Villemoes @ 2019-08-29 10:06 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
---
 man3/errno.3 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/man3/errno.3 b/man3/errno.3
index 6cbbafed5..794be7c7b 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -94,7 +94,7 @@ must have distinct values, with the exception of
 .B EAGAIN
 and
 .BR EWOULDBLOCK ,
-which may be the same.
+which may be the same. On Linux, these two always have the same value.
 .PP
 The error numbers that correspond to each symbolic name
 vary across UNIX systems,
@@ -240,8 +240,9 @@ Connection reset (POSIX.1-2001).
 Resource deadlock avoided (POSIX.1-2001).
 .TP
 .B EDEADLOCK
-Synonym for
+On most platforms, a synonym for
 .BR EDEADLK .
+On some (e.g. Linux mips, powerpc, sparc), it is a separate error code "File locking deadlock error".
 .TP
 .B EDESTADDRREQ
 Destination address required (POSIX.1-2001).
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-01 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29 10:06 [PATCH] errno.3: add some comments on EAGAIN/EWOULDBLOCK and EDEADLK/EDEADLOCK Rasmus Villemoes
2019-09-01 14:47 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).