]> granicus.if.org Git - strace/commitdiff
Fix syscall entries of deprecated sysfs syscall
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 24 Nov 2015 02:23:18 +0000 (02:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 24 Nov 2015 02:23:18 +0000 (02:23 +0000)
* 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.

linux/alpha/syscallent.h
linux/hppa/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h

index adc31ffb00b08df03fd4001015f1370ffd673bc6..9d5826b373f04213ed87a206d25c2f6ed2e3a39b 100644 (file)
 [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"        },
index b3acfaf191d3592b488e8815f867bfd6baca7f96..03be1e05a6019de724c52c2c2eaa4945f41d17ca 100644 (file)
 [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"              },
index ea53b22ced23f354495a2a3f55885960310a5d18..58ccf46ae5d9334c96779e25beb1553a61f925bb 100644 (file)
 [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"        },
index 47b1ba1ae1be4ac4b1290cd1b9fd9f54dc8adc7f..8ea3a7c09ad5c48e5ef4553b12b9062e99fe699c 100644 (file)
 [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"        },