projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9ea99
)
Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi /home/roland...
author
Roland McGrath
<roland@gnu.org>
Mon, 26 Feb 2001 00:56:51 +0000
(
00:56
+0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 26 Feb 2001 00:56:51 +0000
(
00:56
+0000)
sysdeps/mach/hurd/bits/errno.h
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/bits/errno.h
b/sysdeps/mach/hurd/bits/errno.h
index
99d68b7
..
a553d11
100644
(file)
--- a/
sysdeps/mach/hurd/bits/errno.h
+++ b/
sysdeps/mach/hurd/bits/errno.h
@@
-22,7
+22,7
@@
enum __error_t_codes
EIO = _HURD_ERRNO (5),
#define EIO _HURD_ERRNO (5) /* Input/output error */
ENXIO = _HURD_ERRNO (6),
-#define ENXIO _HURD_ERRNO (6) /*
Device not configured
*/
+#define ENXIO _HURD_ERRNO (6) /*
No such device or address
*/
E2BIG = _HURD_ERRNO (7),
#define E2BIG _HURD_ERRNO (7) /* Argument list too long */
ENOEXEC = _HURD_ERRNO (8),