From: Ulrich Drepper Date: Sat, 15 Nov 1997 02:24:37 +0000 (+0000) Subject: Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi X-Git-Tag: cvs/glibc-2_0_6-pre2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f4abd8df43e77a4d86320df81865ae9fa04bfb;p=thirdparty%2Fglibc.git Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi --- diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index 700b69f58fe..7c0e78abf02 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. @@ -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 };