summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-15 02:24:37 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-15 02:24:37 +0000
commit76f4abd8df43e77a4d86320df81865ae9fa04bfb (patch)
tree999939756ccaf35bac0a5cad0eb0e267c9ee80bb /sysdeps
parentaaa1db3849ec009fdbf8900e63f0ed37302a0453 (diff)
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/gnu/errlist.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
index 700b69f58f..7c0e78abf0 100644
--- a/sysdeps/gnu/errlist.c
+++ b/sysdeps/gnu/errlist.c
@@ -249,7 +249,7 @@ TRANS until some external condition makes it possible to read, write, or
TRANS connect (whatever the operation). You can use @code{select} to find out
TRANS when the operation will be possible; @pxref{Waiting for I/O}.
TRANS
-TRANS @strong{Portability Note:} In older Unix many systems, this condition
+TRANS @strong{Portability Note:} In many older Unix systems, this condition
TRANS was indicated by @code{EWOULDBLOCK}, which was a distinct error code
TRANS different from @code{EAGAIN}. To make your program portable, you should
TRANS check for both codes and treat them the same.
@@ -797,6 +797,14 @@ TRANS This error code has no purpose. */
/* */
[EREMOTEIO] = N_("Remote I/O error"),
#endif
+#ifdef ENOMEDIUM
+/* */
+ [ENOMEDIUM] = N_("No medium found"),
+#endif
+#ifdef EMEDIUMTYPE
+/* */
+ [EMEDIUMTYPE] = N_("Wrong medium type"),
+#endif
};
const int _sys_nerr = sizeof _sys_errlist / sizeof _sys_errlist[0];