]> granicus.if.org Git - strace/commit
sparc64: fix decoding of struct stat64 related syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 22 Aug 2016 09:34:54 +0000 (09:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 22 Aug 2016 09:35:13 +0000 (09:35 +0000)
commit5f5fd0d6e2ecb102dc1ec704222e5f7e9503c86b
tree9345b47df3f79e1936b252df4c2bb95b05726dec
parentbce81639378b455603375f272ddaf46340a1a597
sparc64: fix decoding of struct stat64 related syscalls

For some reason, struct stat and struct stat64 are different on sparc64.
This change fixes decoding of struct stat64 related syscalls for sparc64
personality, sparc32 personality on sparc64 needs more work.

* file.c (printstat64) [SPARC64]: Do not use printstat.
(SYS_FUNC(newfstatat)): Likewise.
file.c