From b53a8a82df6a915c70ddf7e4f4ed2a45fc727863 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Mar 2004 06:08:55 +0000 Subject: [PATCH] 2004-03-01 Roland McGrath * linux/sparc/syscall.h: Copy linux/syscall.h defns of sys_sched_*. --- linux/sparc/syscall.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/sparc/syscall.h b/linux/sparc/syscall.h index 712e784c..b1ef2ca9 100644 --- a/linux/sparc/syscall.h +++ b/linux/sparc/syscall.h @@ -108,6 +108,10 @@ int sys_create_module(), sys_init_module(); int sys_umask(); /* XXX */ +int sys_sched_setparam(), sys_sched_getparam(); +int sys_sched_setscheduler(), sys_sched_getscheduler(), sys_sched_yield(); +int sys_sched_get_priority_max(), sys_sched_get_priority_min(); + /* 2.3.1 SystemV-compatible IPC */ int sys_semsys(), sys_semctl(), sys_semget(); #define SYS_semsys_subcall 200 -- 2.40.0