summaryrefslogtreecommitdiff
path: root/arch/mips64/syscall_arch.h
AgeCommit message (Collapse)AuthorLines
2017-05-31remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker-75/+0
at one point, clang reportedly failed to support the asm register constraints needed for inline syscalls. versions of clang that old have much bigger problems that preclude using them to compile musl libc.
2017-05-31fix fstatat syscall on mips64Rich Felker-3/+22
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.
2016-03-06add mips64 portRich Felker-0/+281
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.