[PATCH 2/3] Add hidden_proto for getauxval

Florian Weimer fweimer@redhat.com
Fri Jun 9 06:58:00 GMT 2017


On 06/09/2017 12:57 AM, Richard Henderson wrote:
> +libc_hidden_weak (getauxval)

This should be libc_hidden_proto (__getauxval).  I don't think you can
call getauxval from libc.so because it leads to a namespace violation.

Thanks,
Florian



More information about the Libc-alpha mailing list