26c66c48
1 2 3 4 5 6 7 8 9 10
#ifndef SYS_AUXV_H #define SYS_AUXV_H #include "../../../include/sys/auxv.h" #include <features.h> hidden unsigned long __getauxval(unsigned long); #endif