]> git.proxmox.com Git - wasi-libc.git/blame - basics/include/__typedef_off_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_off_t.h
CommitLineData
320054e8
DG
1#ifndef __wasm_basics___typedef_off_t_h
2#define __wasm_basics___typedef_off_t_h
51d4922d
DG
3
4/* Define these as 64-bit signed integers to support files larger than 2 GiB. */
5typedef long long off_t;
6
7#endif