summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-05-12 22:45:45 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-05-12 22:45:45 +0000
commita05e6dc01b05e41f0a21333e9006a3de92a1ee9a (patch)
tree66e2f66aeb9f5f54f37f242a3769aa22c08f7881 /linux/mips/syscallent-n32.h
parentaaf86e1aa213e0adcee3baa60fb17891d794ce95 (diff)
downloadstrace-a05e6dc01b05e41f0a21333e9006a3de92a1ee9a.tar.gz
Implement and use new parsers of recvmmsg syscall
* mmsghdr.c (SYS_FUNC(recvmmsg)): Remove. [HAVE_ARCH_TIME32_SYSCALLS] (SYS_FUNC(recvmmsg_time32)): New function. * syscall.c (dumpio): Handle SEN_recvmmsg_time32. * linux/subcall32.h (sys_recvmmsg): Redirect to sys_recvmmsg_time32. * linux/subcall64.h (sys_recvmmsg): Redirect to sys_recvmmsg_time64. * linux/64/syscallent.h: Replace SEN(recvmmsg) with SEN(recvmmsg_time64). * linux/alpha/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/32/syscallent.h: Replace SEN(recvmmsg) with SEN(recvmmsg_time32). * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/xtensa/syscallent.h: Likewise.
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index d3b8bbbe5..ad3b96cfc 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -305,7 +305,7 @@
[6295] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
[6296] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
[6297] = { 4, TN, SEN(accept4), "accept4" },
-[6298] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
+[6298] = { 5, TN, SEN(recvmmsg_time32), "recvmmsg" },
[6299] = { 3, TD, SEN(getdents64), "getdents64" },
[6300] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
[6301] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },