mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
This commit is contained in:
parent
aaa1db3849
commit
76f4abd8df
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user