]> granicus.if.org Git - strace/commitdiff
alpha: decode osf_statfs64 and osf_fstatfs64 syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Apr 2016 23:52:03 +0000 (23:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Apr 2016 23:52:03 +0000 (23:52 +0000)
* linux/alpha/syscallent.h (osf_statfs64, osf_fstatfs64): Set nargs
and handler.

linux/alpha/syscallent.h

index 69d252aff73d3ef7babc9a3b07253bfb6fcf6210..eaa316fdc259bb76cc4ae6cb1557c24cc56793cb 100644 (file)
 [224] = { 5,   0,              SEN(printargs),                 "osf_stat"              }, /*not implemented */
 [225] = { 5,   0,              SEN(printargs),                 "osf_lstat"             }, /*not implemented */
 [226] = { 5,   0,              SEN(printargs),                 "osf_fstat"             }, /*not implemented */
-[227] = { 5,   0,              SEN(printargs),                 "osf_statfs64"          }, /*not implemented */
-[228] = { 5,   0,              SEN(printargs),                 "osf_fstatfs64"         }, /*not implemented */
+[227] = { 3,   0,              SEN(osf_statfs),                "osf_statfs64"          }, /*not implemented */
+[228] = { 3,   0,              SEN(osf_fstatfs),               "osf_fstatfs64"         }, /*not implemented */
 [229 ... 232] = { },
 [233] = { 1,   0,              SEN(getpgid),                   "getpgid"               },
 [234] = { 1,   0,              SEN(getsid),                    "getsid"                },