musl/arch/mips
Rich Felker d02e72ad51 fix broken posix_fadvise on mips due to missing 7-arg syscall support
commit 788d5e24ca exposed the breakage
at build time by removing support for 7-argument syscalls; however,
the external __syscall function provided for mips before did not pass
a 7th argument from the stack, so the behavior was just silently
broken.
2019-05-05 11:24:57 -04:00
..
bits move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
atomic_arch.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
crt_arch.h remove workaround for broken mips assemblers 2016-02-08 21:07:09 +00:00
ksigaction.h apply hidden visibility to sigreturn code fragments 2018-09-12 14:34:34 -04:00
pthread_arch.h make thread-pointer-loading asm non-volatile 2018-10-16 14:11:46 -04:00
reloc.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
syscall_arch.h fix broken posix_fadvise on mips due to missing 7-arg syscall support 2019-05-05 11:24:57 -04:00