mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
hurd: Regenerate errno.h header
* sysdeps/mach/hurd/bits/errno.h: Regenerate.
This commit is contained in:
parent
978a6803e2
commit
2d813d7b77
@ -15,6 +15,7 @@
|
||||
which starts the signal thread.
|
||||
* sysdeps/generic/ldsodefs.h [SHARED] (__pthread_initialize_minimal):
|
||||
Declare function.
|
||||
* sysdeps/mach/hurd/bits/errno.h: Regenerate.
|
||||
|
||||
2018-03-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
@ -127,8 +127,8 @@ enum __error_t_codes
|
||||
EPROTO = 0x40000074, /* Protocol error */
|
||||
ETIME = 0x40000075, /* Timer expired */
|
||||
ECANCELED = 0x40000077, /* Operation canceled */
|
||||
EOWNERDEAD = 0x40000078, /* Robust mutex owner died */
|
||||
ENOTRECOVERABLE = 0x40000079, /* Robust mutex irrecoverable */
|
||||
EOWNERDEAD = 0x40000078, /* Owner died */
|
||||
ENOTRECOVERABLE = 0x40000079, /* State not recoverable */
|
||||
|
||||
/* Errors from <mach/message.h>. */
|
||||
EMACH_SEND_IN_PROGRESS = 0x10000001,
|
||||
|
Loading…
Reference in New Issue
Block a user