about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
blob: 6e9c3f9da5dd7748b8b5a96d445577a44cbd31c0 (plain) (blame)
1
2
3
4
/* The o32 MIPS fadvise64 syscall behaves as fadvise64_64.  The ARM
   implementation of posix_fadvise works correctly for this case; the
   generic implementation mishandles it.  */
#include <sysdeps/unix/sysv/linux/arm/posix_fadvise.c>