summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/bits/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h
index 2af242b7..7e48791d 100644
--- a/arch/i386/bits/syscall.h
+++ b/arch/i386/bits/syscall.h
@@ -349,6 +349,8 @@
#define __NR_process_vm_writev 348
#define __NR_kcmp 349
#define __NR_finit_module 350
+#define __NR_sched_setattr 351
+#define __NR_sched_getattr 352
/* Repeated with SYS_ prefix */
@@ -704,3 +706,5 @@
#define SYS_process_vm_writev 348
#define SYS_kcmp 349
#define SYS_finit_module 350
+#define SYS_sched_setattr 351
+#define SYS_sched_getattr 352