1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG4
9 constant RLIM_SAVED_MAX
10 constant RLIM_SAVED_CUR
13 constant RUSAGE_CHILDREN
17 element {struct rlimit} rlim_t rlim_cur
18 element {struct rlimit} rlim_t rlim_max
22 element {struct rusage} {struct timeval} ru_utime
23 element {struct rusage} {struct timeval} ru_stime
31 constant RLIMIT_NOFILE
35 function int getpriority (int, id_t)
36 function int getrlimit (int, struct rlimit*)
37 function int getrusage (int, struct rusage*)
38 function int setpriority (int, id_t, int)
39 function int setrlimit (int, const struct rlimit*)
43 allow-header sys/time.h