• R
    fix pread/pwrite syscall calling convention on sh · 7cc3a28e
    Rich Felker 提交于
    despite sh not generally using register-pair alignment for 64-bit
    syscall arguments, there are arch-specific versions of the syscall
    entry points for pread and pwrite which include a dummy argument for
    alignment before the 64-bit offset argument.
    7cc3a28e
syscall_arch.h 2.8 KB