]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define new Linux errors.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 22:59:27 +0000 (22:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 22:59:27 +0000 (22:59 +0000)
manual/errno.texi

index 0621be77b0c706aebafddcfe626fac76987d3b24..c073deb7f8293507a594c3f837769795e1ca34a8 100644 (file)
@@ -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