From: Dmitry V. Levin Date: Fri, 12 Feb 2016 19:28:34 +0000 (+0000) Subject: s390: decode fadvise64 and fadvise64_64 X-Git-Tag: v4.12~559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3948fe494fad7c667c1d78009b82e319beeca0e;p=strace s390: decode fadvise64 and fadvise64_64 * linux/s390/syscallent.h (fadvise64): Set sys_func. (fadvise64_64): Set nargs and sys_func. --- diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index a9ba385d..74fce896 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -281,7 +281,7 @@ [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, [252] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, -[253] = { 5, TD, SEN(printargs), "fadvise64" }, +[253] = { 5, TD, SEN(fadvise64), "fadvise64" }, [254] = { 3, 0, SEN(timer_create), "timer_create" }, [255] = { 4, 0, SEN(timer_settime), "timer_settime" }, [256] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, @@ -292,7 +292,7 @@ [261] = { 2, 0, SEN(clock_getres), "clock_getres" }, [262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, [263] = { 5, 0, SEN(vserver), "vserver" }, -[264] = { 1, TD, SEN(printargs), "fadvise64_64" }, +[264] = { 6, TD, SEN(fadvise64_64), "fadvise64_64" }, [265] = { 3, TF, SEN(statfs64), "statfs64" }, [266] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, [267] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },