add PR_*_FP_MODE prctl options
[musl] / include / sys / auxv.h
1 #ifndef _SYS_AUXV_H
2 #define _SYS_AUXV_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include <elf.h>
9
10 unsigned long getauxval(unsigned long);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif