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 master updated. glibc-2.27.9000-225-g0f652f0


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, master has been updated
       via  0f652f053e7a501f5413b2b45997d299b5570cb1 (commit)
      from  e54554ca6231febd312f01d8be556c7443d4a955 (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=0f652f053e7a501f5413b2b45997d299b5570cb1

commit 0f652f053e7a501f5413b2b45997d299b5570cb1
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Mar 19 01:32:39 2018 +0100

    hurd: Fix build with latest htl
    
    * hurd/hurdsig.c: Include <pthreadP.h> instead of <pthread.h>.

diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index fdadd5b..101dd76 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -20,7 +20,7 @@
 #include <string.h>
 
 #include <cthreads.h>		/* For `struct mutex'.  */
-#include <pthread.h>
+#include <pthreadP.h>
 #include <mach.h>
 #include <mach/thread_switch.h>
 

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

Summary of changes:
 hurd/hurdsig.c |    2 +-
 1 files changed, 1 insertions(+), 1 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]