summaryrefslogtreecommitdiff
path: root/src/fcntl/posix_fadvise.c
AgeCommit message (Expand)AuthorLines
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-2/+1
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker-0/+8
2016-06-29in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker-1/+1
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+3
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker-2/+2
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker-0/+8