1570af302Sopenharmony_ci#include <sys/resource.h>
2570af302Sopenharmony_ci#include "syscall.h"
3570af302Sopenharmony_ci
4570af302Sopenharmony_ciint setpriority(int which, id_t who, int prio)
5570af302Sopenharmony_ci{
6570af302Sopenharmony_ci	return syscall(SYS_setpriority, which, who, prio);
7570af302Sopenharmony_ci}
8