Sign in
mojo
/
mojo-testing
/
a970ef645f92b4a504bd0f3acb4bbef13a6a5930
/
.
/
fusl
/
include
/
sys
/
auxv.h
blob: 6dcf9adc2c4e842cf81278c943f1ad27f6da9adc [
file
]
#ifndef
_SYS_AUXV_H
#define
_SYS_AUXV_H
#ifdef
__cplusplus
extern
"C"
{
#endif
#include
<elf.h>
unsigned
long
getauxval
(
unsigned
long
);
#ifdef
__cplusplus
}
#endif
#endif