summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/posix_fadvise64.c
Commit message (Collapse)AuthorAgeFilesLines
* Atsushi Nemoto writes:Mike Frysinger2007-05-311-0/+43
Current MIPS readahead(), posix_fadvise(), posix_fadvise64() do not match with kernel on all ABIs. On O32 ABI, a padding is needed before a long long argument. On N32/N64, a long long argument should be passed via a single register.