aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/bits/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h
index 99d68b73ee..a553d11564 100644
--- 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),