• R
    fix fstatat syscall on mips64 · 4073f03a
    Rich Felker 提交于
    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.
    4073f03a
syscall_arch.h 6.8 KB