about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-18 02:11:56 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-18 02:11:56 +0100
commitdd28d4ba978abd9f6da0a223614d7f0d33b305a7 (patch)
tree41bc0fd3a5d46a6785c3f8b4ceca727e6e8728a4 /ChangeLog
parent6dbe9dcae593cb5c1562fee34703938583618fd4 (diff)
downloadglibc-dd28d4ba978abd9f6da0a223614d7f0d33b305a7.tar.gz
glibc-dd28d4ba978abd9f6da0a223614d7f0d33b305a7.tar.xz
glibc-dd28d4ba978abd9f6da0a223614d7f0d33b305a7.zip
x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1
	* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
	<dl-sysdep.h>.  Test for value of RTLD_PRIVATE_ERRNO instead of
	testing whether it is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fe1850e21..b9f90147f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,9 @@
 	cthread_setspecific.
 	* sysdeps/mach/libc-lock.h (__libc_key_create, __libc_setspecific):
 	Likewise.
+	* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
+	<dl-sysdep.h>.  Test for value of RTLD_PRIVATE_ERRNO instead of
+	testing whether it is defined.
 
 2018-03-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>