summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 22:59:27 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 22:59:27 +0000
commit4d37e7a0496129dea881a421207b8e5f16e50c4a (patch)
tree622966ee8bc296269ff23e7de7d104890b817436 /manual
parent94689d261f1489e3c9f464fd04d515425a6b955b (diff)
Define new Linux errors.
Diffstat (limited to 'manual')
-rw-r--r--manual/errno.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 0621be77b0..c073deb7f8 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -430,7 +430,7 @@ until some external condition makes it possible to read, write, or
connect (whatever the operation). You can use @code{select} to find out
when the operation will be possible; @pxref{Waiting for I/O}.
-@strong{Portability Note:} In older Unix many systems, this condition
+@strong{Portability Note:} In many older Unix systems, this condition
was indicated by @code{EWOULDBLOCK}, which was a distinct error code
different from @code{EAGAIN}. To make your program portable, you should
check for both codes and treat them the same.
@@ -1186,6 +1186,18 @@ They are not yet documented.}
@comment errno ???/121
@end deftypevr
+@comment errno.h
+@comment Linux???: No medium found
+@deftypevr Macro int ENOMEDIUM
+@comment errno ???/???
+@end deftypevr
+
+@comment errno.h
+@comment Linux???: Wrong medium type
+@deftypevr Macro int EMEDIUMTYPE
+@comment errno ???/???
+@end deftypevr
+
@node Error Messages, , Error Codes, Error Reporting
@section Error Messages