]> 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>
Tue, 22 Aug 2017 12:50:56 +0000 (14:50 +0200)
commit77db8772bd3f6f2bbad697dcf46861ce310f5b95
tree1b72825f6b4544f256459b0c16a3bfb721083e30
parent3aeab55ee17ca527e4597bc8397c0434c3f8b34e
__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).

(cherry picked from commit f87cc2bfba9b844da48a63441c6099342b1551c7)
ChangeLog
inet/inet6_scopeid_pton.c
inet/net-internal.h