summaryrefslogtreecommitdiff
path: root/src/fcntl/posix_fallocate.c
AgeCommit message (Collapse)AuthorLines
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker-2/+2
the arm syscall abi requires 64-bit arguments to be aligned on an even register boundary. these new macros facilitate meeting the abi requirement without imposing significant ugliness on the code.
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker-0/+8