logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

auxv.h (200B)


  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