]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__typedef_blkcnt_t.h
__wasi_thread_spawn: stop truncating the return value (#353)
[wasi-libc.git] / libc-bottom-half / headers / public / __typedef_blkcnt_t.h
CommitLineData
753cc434
DG
1#ifndef __wasilibc___typedef_blkcnt_t_h
2#define __wasilibc___typedef_blkcnt_t_h
51d4922d
DG
3
4/* Define these as 64-bit signed integers to support files larger than 2 GiB. */
5typedef long long blkcnt_t;
6
7#endif