From: Dmitry V. Levin Date: Tue, 27 Sep 2016 18:11:10 +0000 (+0000) Subject: sh64, sparc64: use proper decoder for fadvise64_64 syscall X-Git-Tag: v4.14~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa1b176194b37299f703c6dc440fdb5ac8f1ad9;p=strace sh64, sparc64: use proper decoder for fadvise64_64 syscall This change is no-op yet, but things will change when decoder of fadvise64 syscall get fixed. * linux/sh64/syscallent.h (fadvise64_64): Replace SEN(fadvise64) with SEN(fadvise64_64). * linux/sparc64/syscallent.h (fadvise64_64): Likewise. --- diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index c80abb41..5e4ee72b 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -323,7 +323,7 @@ [297] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, [298] = { 3, TS, SEN(tgkill), "tgkill" }, [299] = { 2, TF, SEN(utimes), "utimes" }, -[300] = { 4, TD, SEN(fadvise64), "fadvise64_64" }, +[300] = { 4, TD, SEN(fadvise64_64), "fadvise64_64" }, [301] = { }, [302] = { 6, TM, SEN(mbind), "mbind" }, [303] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h index 9660a276..0f245968 100644 --- a/linux/sparc64/syscallent.h +++ b/linux/sparc64/syscallent.h @@ -206,7 +206,7 @@ [207] = { 3, 0, SEN(syslog), "syslog" }, [208] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, [209] = { 4, TD, SEN(fadvise64), "fadvise64" }, -[210] = { 4, TD, SEN(fadvise64), "fadvise64_64" }, +[210] = { 4, TD, SEN(fadvise64_64), "fadvise64_64" }, [211] = { 3, TS, SEN(tgkill), "tgkill" }, [212] = { 3, TP, SEN(waitpid), "waitpid" }, [213] = { 1, TF, SEN(swapoff), "swapoff" },