GNU C Library master sources branch master updated. glibc-2.27.9000-88-gb5bf62e
sthibaul@sourceware.org
sthibaul@sourceware.org
Wed Feb 21 00:18:00 GMT 2018
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 b5bf62e40c5ff4e3906572f257dcda77b393ffa0 (commit)
from e8d190b9ed81a1b342f0969bc2b5505403183bce (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=b5bf62e40c5ff4e3906572f257dcda77b393ffa0
commit b5bf62e40c5ff4e3906572f257dcda77b393ffa0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Wed Feb 21 01:17:29 2018 +0100
hurd: fix build
* sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
diff --git a/ChangeLog b/ChangeLog
index fae6ff3..b4e1f34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
+
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
* manual/creature.texi (_ISOC99_SOURCE): Update the dated
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index ef96df0..71d62e2 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -64,6 +64,8 @@ rtld_hidden_data_def(__libc_stack_end)
hp_timing_t _dl_cpuclock_offset;
#endif
+/* TODO: Initialize. */
+void *_dl_random attribute_relro = NULL;
struct hurd_startup_data *_dl_hurd_data;
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
sysdeps/mach/hurd/dl-sysdep.c | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list