]> granicus.if.org Git - strace/commitdiff
2004-03-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:08:55 +0000 (06:08 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:08:55 +0000 (06:08 +0000)
* linux/sparc/syscall.h: Copy linux/syscall.h defns of sys_sched_*.

linux/sparc/syscall.h

index 712e784c0f8e11bb0eaadb22d6b685dce0f942c7..b1ef2ca9c50c51f0076f74e3f8cb8f16d81b0f52 100644 (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