[PATCH] Define missing __inet6_scopeid_pton internal function used by getaddrinfo

Florian Weimer fweimer@redhat.com
Thu Aug 10 13:28:00 GMT 2017


On 08/03/2017 12:28 PM, Florian Weimer wrote:
> __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).
> 
> 2017-08-03  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.

Any comments/  Otherwise I'm going to commit this shortly.

Thanks,
Florian



More information about the Libc-alpha mailing list