From: Roland McGrath Date: Tue, 2 Mar 2004 06:08:55 +0000 (+0000) Subject: 2004-03-01 Roland McGrath X-Git-Tag: v4.5.18~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b53a8a82df6a915c70ddf7e4f4ed2a45fc727863;p=strace 2004-03-01 Roland McGrath * linux/sparc/syscall.h: Copy linux/syscall.h defns of sys_sched_*. --- 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