]> git.proxmox.com Git - wasi-libc.git/blob - basics/include/__typedef_ssize_t.h
70aa1ea771f1554abd36493b1a3bec9737953dd5
[wasi-libc.git] / basics / include / __typedef_ssize_t.h
1 #ifndef __wasm_sysroot___typedef_ssize_t_h
2 #define __wasm_sysroot___typedef_ssize_t_h
3
4 /* This is defined to be the same size as size_t. */
5 typedef long ssize_t;
6
7 #endif