about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-10 16:06:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-10 16:06:52 +0200
commitf87cc2bfba9b844da48a63441c6099342b1551c7 (patch)
tree99cd6df10a20b8183d212a3f66b9e49399e20c7a /ChangeLog
parenteac43cbb8d808a40004aa0a4a286f5c5155beccb (diff)
downloadglibc-f87cc2bfba9b844da48a63441c6099342b1551c7.tar.gz
glibc-f87cc2bfba9b844da48a63441c6099342b1551c7.tar.xz
glibc-f87cc2bfba9b844da48a63441c6099342b1551c7.zip
__inet6_scopeid_pton: Remove attribute_hidden, internal_function
The hidden attribute was overridden by libc_hidden_proto on GNU/Linux.
It is incorrect because the function is used from nscd.

internal_function is not supposed to be used across DSO boundaries,
so this commit removes it (again, due to the use in nscd).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01d04fb25d..6648ce1676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-08-10  Florian Weimer  <fweimer@redhat.com>
 
+	* inet/net-internal.h (__inet6_scopeid_pton): Remove
+	attribute_hidden, internal_function.
+	* inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
+	internal_function.
+
+2017-08-10  Florian Weimer  <fweimer@redhat.com>
+
 	* malloc/malloc.c (get_max_fast): Reimplement as an inline
 	function which calls __builtin_unreachable.