auxv.h 176 B

12345678910111213141516
  1. #ifndef _SYS_AUXV_H
  2. #define _SYS_AUXV_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <elf.h>
  7. unsigned long getauxval(unsigned long);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif