]> git.ipfire.org Git - thirdparty/glibc.git/commit
__inet6_scopeid_pton: Remove attribute_hidden, internal_function
authorFlorian Weimer <fweimer@redhat.com>
Thu, 10 Aug 2017 14:06:52 +0000 (16:06 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 10 Aug 2017 14:06:52 +0000 (16:06 +0200)
commitf87cc2bfba9b844da48a63441c6099342b1551c7
tree99cd6df10a20b8183d212a3f66b9e49399e20c7a
parenteac43cbb8d808a40004aa0a4a286f5c5155beccb
__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).
ChangeLog
inet/inet6_scopeid_pton.c
inet/net-internal.h