diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-05-05 11:24:57 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-05-05 11:24:57 -0400 |
commit | d02e72ad51ea3b06cb168d872e3e5c126bb3df9d (patch) | |
tree | 03c0f5eb0b6244972f95756fb1ca09b683dae376 /src/stdio/fgetwc.c | |
parent | allow archs to provide a 7-argument syscall if needed (diff) | |
download | grovel-d02e72ad51ea3b06cb168d872e3e5c126bb3df9d.tar.gz grovel-d02e72ad51ea3b06cb168d872e3e5c126bb3df9d.tar.xz |
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.
Diffstat (limited to 'src/stdio/fgetwc.c')
0 files changed, 0 insertions, 0 deletions