ia64: decode fstatfs64 and statfs64

* linux/ia64/syscallent.h (fstatfs64, statfs64): Set nargs and sys_func.
This commit is contained in:
Дмитрий Левин 2016-02-12 19:21:42 +00:00
parent a1e822870e
commit 1a1661813d

View File

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