fix misplaced indention in sys/procfs.h
[musl.git] / include / sys / auxv.h
blob6dcf9adc2c4e842cf81278c943f1ad27f6da9adc
1 #ifndef _SYS_AUXV_H
2 #define _SYS_AUXV_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 #include <elf.h>
10 unsigned long getauxval(unsigned long);
12 #ifdef __cplusplus
14 #endif
16 #endif