From: Dmitry V. Levin Date: Tue, 21 Jul 2015 16:28:48 +0000 (+0000) Subject: avr32: fix fstatat64 syscall entry X-Git-Tag: v4.11~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76c9f0ecb76e178f56098a63444a225e89ff32d5;p=strace avr32: fix fstatat64 syscall entry * linux/avr32/syscallent.h (fstatat64): Set sys_func. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index ccd14883..a563b67d 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -273,7 +273,7 @@ [245] = { 4, TD|TF, SEN(mknodat), "mknodat" }, [246] = { 5, TD|TF, SEN(fchownat), "fchownat" }, [247] = { 3, TD|TF, SEN(futimesat), "futimesat" }, -[248] = { 4, TD|TF, SEN(printargs), "fstatat64" }, +[248] = { 4, TD|TF, SEN(newfstatat), "fstatat64" }, [249] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, [250] = { 4, TD|TF, SEN(renameat), "renameat" }, [251] = { 5, TD|TF, SEN(linkat), "linkat" },