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-246-g104a0b5


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  104a0b5610a60c942e8d3fb0f527bbdff3119307 (commit)
      from  007966abdbf4fc52d5c01bf84a90c96a902aace3 (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=104a0b5610a60c942e8d3fb0f527bbdff3119307

commit 104a0b5610a60c942e8d3fb0f527bbdff3119307
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 25 09:23:20 2018 +0000

    fix crash

diff --git a/htl/Versions b/htl/Versions
index 79bb564..6a63a1b 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -118,6 +118,7 @@ libpthread {
     pthread_rwlockattr_init; pthread_rwlockattr_setpshared;
 
     pthread_self;
+    __pthread_self;
 
     pthread_setcancelstate; pthread_setcanceltype;
     pthread_setconcurrency; pthread_setschedparam;

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

Summary of changes:
 htl/Versions |    1 +
 1 files changed, 1 insertions(+), 0 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]