auxv.h (200B)
- #ifndef _SYS_AUXV_H
- #define _SYS_AUXV_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include <elf.h>
- #include <bits/hwcap.h>
- unsigned long getauxval(unsigned long);
- #ifdef __cplusplus
- }
- #endif
- #endif
git clone https://anongit.hacktivis.me/git/oasis-root.git
auxv.h (200B)
- #ifndef _SYS_AUXV_H
- #define _SYS_AUXV_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include <elf.h>
- #include <bits/hwcap.h>
- unsigned long getauxval(unsigned long);
- #ifdef __cplusplus
- }
- #endif
- #endif