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
8