pollution: sigstack struct sigstack { char *ss_sp; int ss_onstack; }; pollution: timeval struct timeval { __darwin_time_t tv_sec; __darwin_suseconds_t tv_usec; }; pollution: timeval pollution: ru_utime struct timeval ru_utime; pollution: timeval pollution: ru_stime struct timeval ru_stime; pollution: ru_opaque long ru_opaque[14]; pollution: rusage struct rusage { struct timeval ru_utime; struct timeval ru_stime; long ru_opaque[14]; }; pollution: rlim_cur rlim_t rlim_cur; pollution: rlim_max rlim_t rlim_max; pollution: rlimit struct rlimit { rlim_t rlim_cur; rlim_t rlim_max; }; pollution: getpriority int getpriority(int, id_t); pollution: rlimit pollution: getrlimit int getrlimit(int, struct rlimit *) __asm("_" "getrlimit" ); pollution: rusage pollution: getrusage int getrusage(int, struct rusage *); pollution: setpriority int setpriority(int, id_t, int); pollution: rlimit pollution: setrlimit int setrlimit(int, const struct rlimit *) __asm("_" "setrlimit" ); pollution: ecvt char *ecvt(double, int, int *restrict, int *restrict); pollution: fcvt char *fcvt(double, int, int *restrict, int *restrict); pollution: gcvt char *gcvt(double, int, char *); pollution: mktemp char *mktemp(char *); pollution: rand_r int rand_r(unsigned *) __attribute__((__availability__(swift, unavailable, message="Use arc4random instead."))); pollution: POLL_ERR #define POLL_ERR 4 pollution: POLL_HUP #define POLL_HUP 6 pollution: POLL_IN #define POLL_IN 1 pollution: POLL_MSG #define POLL_MSG 3 pollution: POLL_OUT #define POLL_OUT 2 pollution: POLL_PRI #define POLL_PRI 5 pollution: PRIO_PGRP #define PRIO_PGRP 1 pollution: PRIO_PROCESS #define PRIO_PROCESS 0 pollution: PRIO_USER #define PRIO_USER 2 pollution: RLIMIT_AS #define RLIMIT_AS 5 pollution: RLIMIT_CORE #define RLIMIT_CORE 4 pollution: RLIMIT_CPU #define RLIMIT_CPU 0 pollution: RLIMIT_DATA #define RLIMIT_DATA 2 pollution: RLIMIT_FSIZE #define RLIMIT_FSIZE 1 pollution: RLIMIT_NOFILE #define RLIMIT_NOFILE 8 pollution: RLIMIT_STACK #define RLIMIT_STACK 3 pollution: RLIM_INFINITY #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) pollution: RLIM_SAVED_CUR #define RLIM_SAVED_CUR RLIM_INFINITY pollution: RUSAGE_CHILDREN #define RUSAGE_CHILDREN -1 pollution: RUSAGE_SELF #define RUSAGE_SELF 0