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] | |
On 06/08/2017 11:58 PM, Florian Weimer wrote:
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.
From libc.so you certainly can, because we'll actually call __GI_getauxval. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |