summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-19 12:58:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-19 12:58:08 +0200
commit5b83faf6a7ca57ef2bfbca2c77992cafc8daa0be (patch)
tree2df8b2b35395a32416f5caeaaff3466717703973 /ChangeLog
parent629ebc873a275e5f44e2e9f0a22341132aac4cd1 (diff)
downloadglibc-5b83faf6a7ca57ef2bfbca2c77992cafc8daa0be.tar.gz
glibc-5b83faf6a7ca57ef2bfbca2c77992cafc8daa0be.tar.xz
glibc-5b83faf6a7ca57ef2bfbca2c77992cafc8daa0be.zip
dynarray: Use libc_hidden_proto only for !_ISOMAC
With this change, it is possible to use dynarray from non-internal
tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae52e8325c..3169f01d0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-19  Florian Weimer  <fweimer@redhat.com>
+
+	* malloc/dynarray.h: Use libc_hidden_proto only for !_ISOMAC.
+
 2017-06-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* sysdeps/x86_64/multiarch/rawmemchr-sse2.S: Fix typo.