Add a way to bypass the PLT when calling getauxval
commitd6bd839b9acfe619afa1db67a2882c0ce839861f
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 9 Jun 2017 17:36:22 +0000 (9 14:36 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 9 Jun 2017 17:36:22 +0000 (9 14:36 -0300)
tree1235cd3296065015102bc69f8427e7f4a1c7d82d
parenta17973efc647439757388bcbee74d73c550af0e1
Add a way to bypass the PLT when calling getauxval

* include/sys/auxv.h (__getauxval): Add a prototype and its
libc_hidden_proto.
* misc/getauxval.c (__getauxval): Use libc_hidden_def.
ChangeLog
include/sys/auxv.h
misc/getauxval.c