diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-23 14:27:49 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-23 15:06:34 +0000 |
commit | c4da489a74a7b7cad6ea8084eae31f2beb7cdf8d (patch) | |
tree | de07554b44364dd41dd56f07a0e020d4c55c832f /linux/sh64/syscallent.h | |
parent | 788939b4a736663d0489930b6027b239c344865f (diff) | |
download | strace-c4da489a74a7b7cad6ea8084eae31f2beb7cdf8d.tar.gz |
Introduce a separate SEN entry for fstatat64 syscall
* linux/dummy.h (sys_fstatat64): Redirect to sys_newfstatat.
* linux/32/syscallent.h: Replace SEN(newfstatat) with SEN(fstatat64).
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* pathtrace.c (pathtrace_match): Handle SEN_fstatat64.
Diffstat (limited to 'linux/sh64/syscallent.h')
-rw-r--r-- | linux/sh64/syscallent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 350488145..f99743ac2 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -351,7 +351,7 @@ [325] = { 4, TD|TF, SEN(mknodat), "mknodat" }, [326] = { 5, TD|TF, SEN(fchownat), "fchownat" }, [327] = { 3, TD|TF, SEN(futimesat), "futimesat" }, -[328] = { 4, TD|TF, SEN(newfstatat), "fstatat64" }, +[328] = { 4, TD|TF, SEN(fstatat64), "fstatat64" }, [329] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, [330] = { 4, TD|TF, SEN(renameat), "renameat" }, [331] = { 5, TD|TF, SEN(linkat), "linkat" }, |