From e971da48db1e6b1daf8ec635c86c6b153177c884 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Aug 2014 04:05:41 -0400 Subject: Update syscall tables to the point where they include renameat2 * linux/dummy.h: Add printargs aliases for sys_sched_getattr and sys_sched_setattr. * linux/aarch64/syscallent1.h: Add kcmp/finit_module/sched_setattr/ sched_getattr/renameat2. * linux/alpha/syscallent.h: Add kcmp/finit_module. * linux/arm/syscallent.h: Add sched_setattr/sched_getattr/renameat2. * linux/hppa/syscallent.h: Add sched_setattr/sched_getattr/utimes/renameat2. * linux/i386/syscallent.h: Add sched_setattr/sched_getattr/renameat2. * linux/ia64/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Add getdents64/sched_setattr/sched_getattr/ renameat2. * linux/mips/syscallent-o32.h: Add sched_setattr/sched_getattr/renameat2. * linux/powerpc/syscallent.h: Fix finit_module/kcmp order. Add sched_setattr/ sched_getattr/renameat2. * linux/s390/syscallent.h: Add sched_setattr/sched_getattr/renameat2. * linux/s390x/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Add sched_setattr/sched_getattr. --- linux/mips/syscallent-o32.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux/mips/syscallent-o32.h') diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index a371fb1ec..41dae4694 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -349,6 +349,9 @@ { 6, 0, sys_process_vm_writev, "process_vm_writev" }, /* 4346 */ { 5, 0, sys_kcmp, "kcmp" }, /* 4347 */ { 3, TD, sys_finit_module, "finit_module" }, /* 4348 */ + { 3, 0, sys_sched_setattr, "sched_setattr" }, /* 4349 */ + { 4, 0, sys_sched_getattr, "sched_getattr" }, /* 4350 */ + { 5, TD|TF, sys_renameat2, "renameat2" }, /* 4351 */ #else { 0, 0, printargs, "o32_syscall" }, /* 4000 */ { 1, TP|SE, printargs, "o32_exit" }, /* 4001 */ @@ -699,5 +702,8 @@ { 6, 0, printargs, "o32_process_vm_writev" }, /* 4346 */ { 5, 0, printargs, "o32_kcmp" }, /* 4347 */ { 3, TD, printargs, "o32_finit_module" }, /* 4348 */ + { 3, 0, printargs, "o32_sched_setattr" }, /* 4349 */ + { 4, 0, printargs, "o32_sched_getattr" }, /* 4350 */ + { 5, TD|TF, printargs, "o32_renameat2" }, /* 4351 */ #endif [4349 ... 4999] = { }, /* 4999 */ /* end of Linux o32 */ -- cgit v1.2.1