summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-11-24 02:45:11 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-11-24 02:50:40 +0000
commit329288b6f9cf8544735c209dd3691137a162d402 (patch)
tree56e8fa0090ab03a6844301b3afcfbb01f41ef66b /linux/mips/syscallent-n32.h
parenta56a81c1ec0495b4f644d901ddaa2b54cb3122fe (diff)
downloadstrace-329288b6f9cf8544735c209dd3691137a162d402.tar.gz
Fix syscall entries of unimplemented getpmsg and putpmsg syscalls
* linux/ia64/syscallent.h (getpmsg): Change SEN(printargs) to SEN(getpmsg). (putpmsg): Change SEN(printargs) to SEN(putpmsg). * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/arm/syscallent.h (getpmsg, putpmsg): Set sys_flags to TN. * linux/bfin/syscallent.h (getpmsg, putpmsg): Likewise. * linux/hppa/syscallent.h (getpmsg, putpmsg): Likewise. * linux/i386/syscallent.h (getpmsg, putpmsg): Likewise. * linux/m68k/syscallent.h (getpmsg, putpmsg): Likewise. * linux/microblaze/syscallent.h (getpmsg, putpmsg): Likewise. * linux/powerpc/syscallent.h (getpmsg, putpmsg): Likewise. * linux/s390/syscallent.h (getpmsg, putpmsg): Likewise. * linux/s390x/syscallent.h (getpmsg, putpmsg): Likewise. * linux/x32/syscallent.h (getpmsg, putpmsg): Likewise. * linux/x86_64/syscallent.h (getpmsg, putpmsg): Likewise.
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 58ccf46ae..0fc4bb8d8 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -174,8 +174,8 @@
[6171] = { 5, 0, SEN(query_module), "query_module" },
[6172] = { 4, TF, SEN(quotactl), "quotactl" },
[6173] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
-[6174] = { 5, TN, SEN(printargs), "getpmsg" },
-[6175] = { 5, TN, SEN(printargs), "putpmsg" },
+[6174] = { 5, TN, SEN(getpmsg), "getpmsg" },
+[6175] = { 5, TN, SEN(putpmsg), "putpmsg" },
[6176] = { 0, 0, SEN(afs_syscall), "afs_syscall" },
[6177] = { 0, 0, SEN(printargs), "reserved177" },
[6178] = { 0, 0, SEN(gettid), "gettid" },