blob: a379eeb3c0337dc8de4e24eed265dc4cbfafc130 [file] [log] [blame]
#include <errno.h>
#include <sys/resource.h>
int getpriority(int which, id_t who) {
errno = ENOSYS;
return -1;
}