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

/* Define this as a 64-bit signed integer to avoid the 2038 bug. */
typedef long long time_t;

#endif