about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-24 17:54:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-24 17:54:02 +0200
commit5e6f32531eab502afb094ad62aad333c63a58cfd (patch)
tree3e50baffd6a141306de3e01d1e31bcc9a18753af /ChangeLog
parent2f49ce7d6263588c0b4c60a42e95ff954cf3c7d2 (diff)
downloadglibc-5e6f32531eab502afb094ad62aad333c63a58cfd.tar.gz
glibc-5e6f32531eab502afb094ad62aad333c63a58cfd.tar.xz
glibc-5e6f32531eab502afb094ad62aad333c63a58cfd.zip
hurd: Make sure dl-sysdep.c defines proper symbol names
	* sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
	(__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
	__mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
	__getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
	to make sure that these symbols are defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e986689ade..7336c52c1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-09-24  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
+	(__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
+	__mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
+	__getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
+	to make sure that these symbols are defined.
+
 2017-09-22  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.