about summary refs log tree commit diff
path: root/src/fcntl/fallocate.c
Commit message (Collapse)AuthorAgeFilesLines
* add fallocate (nonstandardized) functionRich Felker2012-09-081-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.