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

/* Define these as 64-bit unsigned integers to support billions of links. */
typedef unsigned long long nlink_t;

#endif