aboutsummaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-11-24 02:23:18 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-11-24 02:23:18 +0000
commit25cb5cb04f29f07f9b6af1c26cf5ed3d898e5538 (patch)
tree41acdcaaf333807ce471af041b3ed0dbe09b5861 /linux/mips
parent10bd3157b884c1ec7d07008d907d3f9723a8a39f (diff)
downloadstrace-25cb5cb04f29f07f9b6af1c26cf5ed3d898e5538.tar.gz
Fix syscall entries of deprecated sysfs syscall
* linux/alpha/syscallent.h (sysfs): Change nargs from 5 to 3. * linux/hppa/syscallent.h (sysfs): Likewise. * linux/mips/syscallent-n32.h (sysfs): Likewise. * linux/mips/syscallent-n64.h (sysfs): Likewise.
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent-n32.h2
-rw-r--r--linux/mips/syscallent-n64.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index ea53b22c..58ccf46a 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -136,7 +136,7 @@
[6133] = { 2, 0, SEN(ustat), "ustat" },
[6134] = { 3, TF, SEN(statfs), "statfs" },
[6135] = { 3, TD, SEN(fstatfs), "fstatfs" },
-[6136] = { 5, 0, SEN(sysfs), "sysfs" },
+[6136] = { 3, 0, SEN(sysfs), "sysfs" },
[6137] = { 2, 0, SEN(getpriority), "getpriority" },
[6138] = { 3, 0, SEN(setpriority), "setpriority" },
[6139] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 47b1ba1a..8ea3a7c0 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -136,7 +136,7 @@
[5133] = { 2, 0, SEN(ustat), "ustat" },
[5134] = { 3, TF, SEN(statfs), "statfs" },
[5135] = { 3, TD, SEN(fstatfs), "fstatfs" },
-[5136] = { 5, 0, SEN(sysfs), "sysfs" },
+[5136] = { 3, 0, SEN(sysfs), "sysfs" },
[5137] = { 2, 0, SEN(getpriority), "getpriority" },
[5138] = { 3, 0, SEN(setpriority), "setpriority" },
[5139] = { 2, 0, SEN(sched_setparam), "sched_setparam" },