1 #ifndef __wasilibc___typedef_time_t_h
2 #define __wasilibc___typedef_time_t_h
3 
4 /* Define this as a 64-bit signed integer to avoid the 2038 bug. */
5 typedef long long time_t;
6 
7 #endif
8