From: Samuel Thibault Date: Sun, 25 Mar 2018 09:27:39 +0000 (+0000) Subject: hurd: Regenerate errno.h header X-Git-Tag: glibc-2.28~430 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d813d7b77ba8341a0a982d74bb59f5a0d775784;p=thirdparty%2Fglibc.git hurd: Regenerate errno.h header * sysdeps/mach/hurd/bits/errno.h: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 6d30a34835a..5c9568035bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index 999730721fe..8096fb9c05d 100644 --- a/sysdeps/mach/hurd/bits/errno.h +++ b/sysdeps/mach/hurd/bits/errno.h @@ -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 . */ EMACH_SEND_IN_PROGRESS = 0x10000001,