summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_blkcnt_t.h
blob: e8d7b3dced6278f6bc582e589c07bf757133ecd2 (plain)
1
2
3
4
5
6
7
#ifndef __wasilibc___typedef_blkcnt_t_h
#define __wasilibc___typedef_blkcnt_t_h

/* Define these as 64-bit signed integers to support files larger than 2 GiB. */
typedef long long blkcnt_t;

#endif