]> git.proxmox.com Git - wasi-libc.git/blame - basics/include/__typedef_gid_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_gid_t.h
CommitLineData
320054e8
DG
1#ifndef __wasm_basics___typedef_gid_t_h
2#define __wasm_basics___typedef_gid_t_h
51d4922d
DG
3
4typedef unsigned gid_t;
5
6#endif