setpriority.c\misc\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/misc/setpriority.c
blob: 3098cdf4d15f34b636f5104dba1ab0e6a5e91370 (plain) (blame)
1
2
3
4
5
6
7
#include <sys/resource.h>
#include "syscall.h"
int setpriority(int which, id_t who, int prio)
{
	return syscall(SYS_setpriority, which, who, prio);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 23:05:48 +0000

AltStyle によって変換されたページ (->オリジナル) /