]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__typedef_time_t.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / __typedef_time_t.h
CommitLineData
753cc434
DG
1#ifndef __wasilibc___typedef_time_t_h
2#define __wasilibc___typedef_time_t_h
51d4922d 3
dcf13b6f
DG
4/* Define this as a 64-bit signed integer to avoid the 2038 bug. */
5typedef long long time_t;
51d4922d
DG
6
7#endif