]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/include/sys/auxv.h
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / include / sys / auxv.h
1 #ifndef SYS_AUXV_H
2 #define SYS_AUXV_H
3
4 #include "../../../include/sys/auxv.h"
5
6 #include <features.h>
7
8 hidden unsigned long __getauxval(unsigned long);
9
10 #endif