mirror of git://sourceware.org/git/glibc.git
5 lines
238 B
C
5 lines
238 B
C
|
/* 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>
|