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 1/7] Add <sys/auxv.h> and gethwcap function.


On 05/14/12 11:49, Ryan S. Arnold wrote:
> Isn't this redundant with the following?
> 
> __getauxval (AT_HWCAP)
> 
> I imagine, even for a user application, this probably isn't going to
> be called more than once so is this specific export justified?

Nearly but not quite.  Please read the 0/7 post re the different
return types.

And I can imagine it being called up to some fraction of the shared
libraries loaded by the program.


r~


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