1 #ifndef _SYS_RESOURCE_H
2 #define _SYS_RESOURCE_H
4 /* Priority range for the get/setpriority() interface.
5 * It isn't a mapping on the internal minix scheduling
11 /* Magic, invalid priority to stop the process. */
14 #define PRIO_PROCESS 0
18 int getpriority(int, int);
19 int setpriority(int, int, int);