sched_setparam.c\sched\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/sched/sched_setparam.c
blob: 18623ee49b15ae91e30fe271466532f45d1b75c8 (plain) (blame)
1
2
3
4
5
6
7
8
#include <sched.h>
#include <errno.h>
#include "syscall.h"
int sched_setparam(pid_t pid, const struct sched_param *param)
{
	return __syscall_ret(-ENOSYS);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 11:02:34 +0000

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