summaryrefslogtreecommitdiff
path: root/src/fcntl/fallocate.c
AgeCommit message (Collapse)AuthorLines
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker-9/+0
2012-09-08add fallocate (nonstandardized) functionRich Felker-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.