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-215-g9a37922


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  9a37922ee049c2a12ba9d9457f7711ecd9813c88 (commit)
      from  dd28d4ba978abd9f6da0a223614d7f0d33b305a7 (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=9a37922ee049c2a12ba9d9457f7711ecd9813c88

commit 9a37922ee049c2a12ba9d9457f7711ecd9813c88
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 18 16:38:26 2018 +0100

    hurd: Add missing include
    
    	* sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.

diff --git a/ChangeLog b/ChangeLog
index b9f9014..c0074a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-18  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.
+
 2018-03-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* hurd/hurdsig.c: Include <pthread.h>.
diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c
index 3568930..5856505 100644
--- a/sysdeps/mach/hurd/cthreads.c
+++ b/sysdeps/mach/hurd/cthreads.c
@@ -18,6 +18,7 @@
 #include <libc-lock.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <cthreads.h>
 
 /* This serves as stub "self" pointer for libc locks when TLS is not initialized
    yet.  */

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

Summary of changes:
 ChangeLog                    |    4 ++++
 sysdeps/mach/hurd/cthreads.c |    1 +
 2 files changed, 5 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]