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.21-40-g4fc81a7


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  4fc81a777a6720e92460a20d95738c3d1a211bda (commit)
      from  a5eb23deb6956b1839fc28b0ca93324531e50d9b (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=4fc81a777a6720e92460a20d95738c3d1a211bda

commit 4fc81a777a6720e92460a20d95738c3d1a211bda
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 8 05:06:17 2015 +0100

    hurd: fix tls.h build

diff --git a/ChangeLog b/ChangeLog
index b3cdd15..2e7a028 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,7 @@
 	* hurd/hurd/signal.h (_hurd_self_sigstate,
 	_hurd_critical_section_lock, _hurd_critical_section_unlock):
 	Explicit casts from void *.
+	* sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
 
 	[BZ #4719]
 	* sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
diff --git a/sysdeps/mach/hurd/tls.h b/sysdeps/mach/hurd/tls.h
index 78ac7f7..de17583 100644
--- a/sysdeps/mach/hurd/tls.h
+++ b/sysdeps/mach/hurd/tls.h
@@ -22,7 +22,9 @@
 #ifndef __ASSEMBLER__
 
 # include <stddef.h>
+# include <stdint.h>
 # include <stdbool.h>
+# include <sysdep.h>
 # include <mach/mig_errors.h>
 # include <mach.h>
 

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

Summary of changes:
 ChangeLog               |    1 +
 sysdeps/mach/hurd/tls.h |    2 ++
 2 files changed, 3 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]