OSDN Git Service

fix fstatat syscall on mips64
authorRich Felker <dalias@aerifal.cx>
Thu, 1 Jun 2017 01:46:15 +0000 (21:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 1 Jun 2017 01:46:15 +0000 (21:46 -0400)
commit4073f03add269be8be9f84d374fe69920b78d53d
tree2ba122ca766f4288b9a08cfbe7e6628637f8f3ec
parent81f4a1200a58a84c83e73da645d4f226a8785bdf
fix fstatat syscall on mips64

mips64 requires 'struct stat' conversion due to incorrect 32-bit
fields where time_t should be in the kernel version of the structure.
syscall_arch.h already performed the correct translation for stat,
fstat, and lstat syscalls, but omitted special handling for fstatat.
arch/mips64/syscall_arch.h