about summary refs log tree commit diff
path: root/src/fcntl/posix_fadvise.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-011-0/+8
* in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker2016-06-291-1/+1
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-061-0/+3
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-2/+2
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-201-0/+8