]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__typedef_ino_t.h
__wasi_thread_spawn: stop truncating the return value (#353)
[wasi-libc.git] / libc-bottom-half / headers / public / __typedef_ino_t.h
1 #ifndef __wasilibc___typedef_ino_t_h
2 #define __wasilibc___typedef_ino_t_h
3
4 /* Define these as 64-bit integers to support billions of inodes. */
5 typedef unsigned long long ino_t;
6
7 #endif