Fix MIPS o32 posix_fadvise.
[glibc.git] / sysdeps / unix / sysv / linux / mips / mips32 / posix_fadvise.c
blob6e9c3f9da5dd7748b8b5a96d445577a44cbd31c0
1 /* The o32 MIPS fadvise64 syscall behaves as fadvise64_64. The ARM
2 implementation of posix_fadvise works correctly for this case; the
3 generic implementation mishandles it. */
4 #include <sysdeps/unix/sysv/linux/arm/posix_fadvise.c>