Add a way to bypass the PLT when calling getauxval
[glibc.git] / include / sys / auxv.h
blob3bab6d05d43016808ec7551e675042dae4ca3dce
1 #include <misc/sys/auxv.h>
3 #ifndef _ISOMAC
5 extern __typeof (getauxval) __getauxval;
6 libc_hidden_proto (__getauxval)
8 #endif /* !_ISOMAC */