]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/include/sys/reg.h
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / include / sys / reg.h
1 #ifndef _SYS_REG_H
2 #define _SYS_REG_H
3
4 #include <limits.h>
5 #include <unistd.h>
6
7 #include <bits/reg.h>
8
9 #endif