about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 09:27:39 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 20:17:35 +0000
commit2d813d7b77ba8341a0a982d74bb59f5a0d775784 (patch)
treee1edd0122b4e4c1109e0f497951e3bf7efbffda1
parent978a6803e25f49460a9519558dbc426c97db6d64 (diff)
downloadglibc-2d813d7b77ba8341a0a982d74bb59f5a0d775784.tar.gz
glibc-2d813d7b77ba8341a0a982d74bb59f5a0d775784.tar.xz
glibc-2d813d7b77ba8341a0a982d74bb59f5a0d775784.zip
hurd: Regenerate errno.h header
	* sysdeps/mach/hurd/bits/errno.h: Regenerate.
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/mach/hurd/bits/errno.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d30a34835..5c9568035b 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  <hongjiu.lu@intel.com>
 
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h
index 999730721f..8096fb9c05 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 <mach/message.h>.  */
   EMACH_SEND_IN_PROGRESS         = 0x10000001,