auxv.h 200 B

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