pollution: timeval struct timeval { time_t tv_sec; suseconds_t tv_usec; }; pollution: timeval pollution: utimes int utimes(const char *__filename, const struct timeval __tv[2]); pollution: timeval pollution: futimes int futimes(int __fd, const struct timeval __tv[2]); pollution: timeval pollution: lutimes int lutimes(const char *__filename, const struct timeval __tv[2]); pollution: daylight extern int daylight; pollution: timezone extern long timezone; pollution: asctime_r char *asctime_r(const struct tm *__tm, char *__buf); pollution: ctime_r char *ctime_r(const time_t *__timer, char *__buf); pollution: strptime char *strptime(const char *__restrict __buf, const char *__restrict __format, struct tm *__restrict __tm); pollution: timelocal time_t timelocal(struct tm *__tm); pollution: timegm time_t timegm(struct tm *__tm); pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC ((clock_t)1000000) pollution: MLIBC_TIMESPEC_H #define MLIBC_TIMESPEC_H #define __MLIBC_INTPTR_MIN (-__INTPTR_MAX__ - 1) pollution: MLIBC_TIME_T #define MLIBC_TIME_T #define __MLIBC_INT8_C(x) __INT8_C(x)