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.
This commit is contained in:
Дмитрий Левин 2015-11-24 02:23:18 +00:00
parent 10bd3157b8
commit 25cb5cb04f
4 changed files with 4 additions and 4 deletions

View File

@ -249,7 +249,7 @@
[251] = { 2, 0, SEN(printargs), "osf_usleep_thread" },
[252] = { 5, 0, SEN(printargs), "osf_audcntl" }, /*not implemented */
[253] = { 5, 0, SEN(printargs), "osf_audgen" }, /*not implemented */
[254] = { 5, 0, SEN(sysfs), "sysfs" },
[254] = { 3, 0, SEN(sysfs), "sysfs" },
[255] = { 5, 0, SEN(printargs), "osf_subsysinfo" }, /*not implemented */
[256] = { 5, 0, SEN(printargs), "osf_getsysinfo" },
[257] = { 5, 0, SEN(printargs), "osf_setsysinfo" },

View File

@ -137,7 +137,7 @@
[132] = { 1, 0, SEN(getpgid), "getpgid" },
[133] = { 1, TD, SEN(fchdir), "fchdir" },
[134] = { 2, 0, SEN(bdflush), "bdflush" },
[135] = { 5, 0, SEN(sysfs), "sysfs" },
[135] = { 3, 0, SEN(sysfs), "sysfs" },
[136] = { 1, 0, SEN(personality), "personality" },
[137] = { 5, 0, SEN(afs_syscall), "afs_syscall" },
[138] = { 1, NF, SEN(setfsuid), "setfsuid" },

View File

@ -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" },

View File

@ -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" },