summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-o32.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-08-14 04:05:41 -0400
committerDmitry V. Levin <ldv@altlinux.org>2014-08-15 00:09:12 +0000
commite971da48db1e6b1daf8ec635c86c6b153177c884 (patch)
treeba0bd1e3395e582a8045cceea151461a85745f09 /linux/mips/syscallent-o32.h
parent5b677ab904f4ab8b272fdc78b2b9e8321412392d (diff)
downloadstrace-e971da48db1e6b1daf8ec635c86c6b153177c884.tar.gz
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.
Diffstat (limited to 'linux/mips/syscallent-o32.h')
-rw-r--r--linux/mips/syscallent-o32.h6
1 files changed, 6 insertions, 0 deletions
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 */