summaryrefslogtreecommitdiff
path: root/src/fcntl/fallocate.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker1-9/+0
2012-09-08add fallocate (nonstandardized) functionRich Felker1-0/+9
this is equivalent to posix_fallocate except that it has an extra mode/flags argument to control its behavior, and stores the error in errno rather than returning an error code.