]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__typedef_nlink_t.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / __typedef_nlink_t.h
1 #ifndef __wasilibc___typedef_nlink_t_h
2 #define __wasilibc___typedef_nlink_t_h
3
4 /* Define these as 64-bit unsigned integers to support billions of links. */
5 typedef unsigned long long nlink_t;
6
7 #endif