#ifndef _SYS_AUXV_H #define _SYS_AUXV_H 1 #include __BEGIN_DECLS #include unsigned long getauxval(unsigned long type); __END_DECLS #endif