e860a38 ^
1 2 3 4 5 6
#include <sys/auxv.h> /* getauxval */ unsigned long __getauxval(unsigned long value) { return getauxval(value); }