This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch sthibaul/hurd-builds updated. glibc-2.27.9000-247-g7652915


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, sthibaul/hurd-builds has been updated
       via  76529152ecee236db1357fb444d932bfaddc642b (commit)
      from  104a0b5610a60c942e8d3fb0f527bbdff3119307 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=76529152ecee236db1357fb444d932bfaddc642b

commit 76529152ecee236db1357fb444d932bfaddc642b
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 25 09:27:39 2018 +0000

    hurd: Regenerate errno.h header
    
    	* sysdeps/mach/hurd/bits/errno.h: Regenerate.

diff --git a/ChangeLog b/ChangeLog
index 6d30a34..5c95680 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 9997307..8096fb9 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,

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                      |    1 +
 sysdeps/mach/hurd/bits/errno.h |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]