From: Dmitry V. Levin Date: Fri, 12 Feb 2016 19:21:42 +0000 (+0000) Subject: ia64: decode fstatfs64 and statfs64 X-Git-Tag: v4.12~561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a1661813df06f233e82f537b29872ff19c8f206;p=strace ia64: decode fstatfs64 and statfs64 * linux/ia64/syscallent.h (fstatfs64, statfs64): Set nargs and sys_func. --- diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 00f8d215..c2bf2a81 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -273,8 +273,8 @@ [1254] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, [1255] = { 2, 0, SEN(clock_getres), "clock_getres" }, [1256] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, -[1257] = { MA, 0, SEN(printargs), "fstatfs64" }, -[1258] = { MA, 0, SEN(printargs), "statfs64" }, +[1257] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, +[1258] = { 3, TF, SEN(statfs64), "statfs64" }, [1259] = { 6, TM, SEN(mbind), "mbind" }, [1260] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, [1261] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },