OSDN Git Service

fix broken posix_fadvise on mips due to missing 7-arg syscall support
authorRich Felker <dalias@aerifal.cx>
Sun, 5 May 2019 15:24:57 +0000 (11:24 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 May 2019 15:24:57 +0000 (11:24 -0400)
commitd02e72ad51ea3b06cb168d872e3e5c126bb3df9d
tree03c0f5eb0b6244972f95756fb1ca09b683dae376
parentd7b583420bfc0897b6ccc90afb7e41333a221c09
fix broken posix_fadvise on mips due to missing 7-arg syscall support

commit 788d5e24ca19c6291cebd8d1ad5b5ed6abf42665 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.
arch/mips/syscall_arch.h