]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
authorUlrich Drepper <drepper@redhat.com>
Sat, 15 Nov 1997 02:24:37 +0000 (02:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 15 Nov 1997 02:24:37 +0000 (02:24 +0000)
sysdeps/gnu/errlist.c

index 700b69f58fe300e4b51103686ae04c602bbb4331..7c0e78abf029b75cd36d8cf2332c30a6650a073c 100644 (file)
@@ -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.
@@ -796,6 +796,14 @@ TRANS This error code has no purpose. */
 #ifdef EREMOTEIO
 /* */
     [EREMOTEIO] = N_("Remote I/O error"),
+#endif
+#ifdef ENOMEDIUM
+/* */
+    [ENOMEDIUM] = N_("No medium found"),
+#endif
+#ifdef EMEDIUMTYPE
+/* */
+    [EMEDIUMTYPE] = N_("Wrong medium type"),
 #endif
   };