diff options
-rw-r--r-- | sysdeps/mach/hurd/bits/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index 99d68b7..a553d115 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), |