1 #ifndef __wasilibc___typedef_blkcnt_t_h
2 #define __wasilibc___typedef_blkcnt_t_h
3 
4 /* Define these as 64-bit signed integers to support files larger than 2 GiB. */
5 typedef long long blkcnt_t;
6 
7 #endif
8