This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Define missing __inet6_scopeid_pton internal function used by getaddrinfo


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]