• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef SYS_AUXV_H
2 #define SYS_AUXV_H
3 
4 #include "../../../include/sys/auxv.h"
5 
6 #include <features.h>
7 
8 hidden unsigned long __getauxval(unsigned long);
9 
10 #endif
11