#define timerisset( tvp )
#define timerclear( tvp )
#define timercmp( a, b, cmp )
#define timeradd( a, b, res )
#define timersub( a, b, res )
struct timezone | |
{ | |
int tz_minuteswest; | |
int tz_dsttime; | |
} |
struct timeval | |
{ | |
int32_t tv_sec; | |
int32_t tv_usec; | |
} |