summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-08-02 23:29:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-08-02 23:29:57 +0200
commit8ee1abdb4b2c92fb5f189aabec34d1b7d54ac332 (patch)
tree66707cc040b0a7cd3b41206e0136c61bc88b69d1 /ChangeLog
parent42df8d5921d9ce28f44694ae943efb432b5e9aa7 (diff)
downloadglibc-8ee1abdb4b2c92fb5f189aabec34d1b7d54ac332.tar.gz
[hurd]: Add __libc_init_secure stub
csu/libc-start.c now insists on calling __libc_init_secure, while the Hurd port already implements it "very early" in dl-sysdep.c and init-first.c * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3bc654f65..a8e2c27c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
+ function.
+
2017-08-02 Joseph Myers <joseph@codesourcery.com>
[BZ #21686]