pollution: itimerval struct itimerval { struct timeval it_interval; struct timeval it_value; }; pollution: itimerval pollution: getitimer int getitimer(int, struct itimerval *) __asm("__getitimer50"); pollution: gettimeofday int gettimeofday(struct timeval * restrict, void *restrict) __asm("__gettimeofday50"); pollution: itimerval pollution: itimerval pollution: setitimer int setitimer(int, const struct itimerval * restrict, struct itimerval * restrict) __asm("__setitimer50"); pollution: utimes int utimes(const char *, const struct timeval [2]) __asm("__utimes50"); pollution: asctime_r char *asctime_r(const struct tm * restrict, char * restrict); pollution: ctime_r char *ctime_r(const time_t *, char *) __asm("__ctime_r50"); pollution: CLK_TCK #define CLK_TCK (__sysconf(39)) pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC 100 pollution: ITIMER_MONOTONIC #define ITIMER_MONOTONIC 3 pollution: ITIMER_PROF #define ITIMER_PROF 2 pollution: ITIMER_REAL #define ITIMER_REAL 0 pollution: ITIMER_VIRTUAL #define ITIMER_VIRTUAL 1 pollution: PRIxREGISTER #define PRIxREGISTER "x"