2004-03-01 Roland McGrath <roland@redhat.com>

* linux/sparc/syscall.h: Copy linux/syscall.h defns of sys_sched_*.
This commit is contained in:
Roland McGrath 2004-03-02 06:08:55 +00:00
parent 7da8ff703c
commit b53a8a82df

View File

@ -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