]> Pileus Git - ~andy/linux/blobdiff - arch/parisc/include/uapi/asm/unistd.h
parisc: wire up sched_setattr and sched_getattr
[~andy/linux] / arch / parisc / include / uapi / asm / unistd.h
index 2c8b9bde18ebf7129493c5f8500d162c06a82824..42706794a36f34d12fa598df238ade3db602e9c6 100644 (file)
 #define __NR_process_vm_writev (__NR_Linux + 331)
 #define __NR_kcmp              (__NR_Linux + 332)
 #define __NR_finit_module      (__NR_Linux + 333)
+#define __NR_sched_setattr     (__NR_Linux + 334)
+#define __NR_sched_getattr     (__NR_Linux + 335)
 
-#define __NR_Linux_syscalls    (__NR_finit_module + 1)
+#define __NR_Linux_syscalls    (__NR_sched_getattr + 1)
 
 
 #define __IGNORE_select                /* newselect */