about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 00:16:40 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 00:16:40 +0200
commit5dbfe13b35195cd1292b81787a0ef58db828c7d5 (patch)
tree39f8efa28d1d42a3c8d76f13648d737d0c47cac8 /ChangeLog
parenta279b8ed9ba5cb4960e685d2e28d1c4997f760d1 (diff)
downloadglibc-5dbfe13b35195cd1292b81787a0ef58db828c7d5.tar.gz
glibc-5dbfe13b35195cd1292b81787a0ef58db828c7d5.tar.xz
glibc-5dbfe13b35195cd1292b81787a0ef58db828c7d5.zip
hurd: Fix hurd installed headers test
	* sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
	prototypes.
	* sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
	* sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 253f98332b..e2ccfc91fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,10 @@
 	[__USE_XOPEN] (OFDEL): New macro.
 	[__USE_XOPEN && !__USE_XOPEN2K] (XCASE): New macro.
 	* bits/resource.h (RLIM_SAVED_MAX, RLIM_SAVED_CUR): New macros.
+	* sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
+	prototypes.
+	* sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
+	* sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
 
 2018-04-18  Joseph Myers  <joseph@codesourcery.com>