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 2/4] Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]


On 08/17/2017 10:58 PM, H.J. Lu wrote:
> Mark __internal_statvfs[64] with attribute_hidden to allow direct access
> to them within libc.so and libc.a without using GOT nor PLT.
> 
> Tested on i686 and x86-64.  OK for master?

This is a bit odd because the include/ headers are supposed to be
generic, and the declarations you add are Linux-specific.  In the past,
we would have added a Linux-specific header under
sysdeps/unix/sysv/linux for that.

I don't have a strong opinion either way.

Thanks,
Florian


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