about summary refs log tree commit diff
path: root/arch/mips64/syscall_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-311-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.
* fix fstatat syscall on mips64Rich Felker2017-05-311-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.
* add mips64 portRich Felker2016-03-061-0/+281
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.