Files
semi-libc/arch
Rich Felker 4073f03add 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.
2017-05-31 21:46:15 -04:00
..
2017-02-22 19:25:13 -05:00
2017-05-31 21:46:15 -04:00
2017-01-13 10:47:08 +00:00