about summary refs log tree commit diff
path: root/src/linux/sync_file_range.c
Commit message (Collapse)AuthorAgeFilesLines
* reenable sync_file_range; should no longer break on mipsRich Felker2012-09-091-2/+2
|
* disable sync_file_range for nowRich Felker2012-09-081-2/+3
| | | | | | | something is wrong with the logic for the argument layout, resulting in compile errors on mips due to too many args to syscall... further information on how it's supposed to work will be needed before it can be reactivated.
* add linux sync_file_range syscallRich Felker2012-09-081-0/+16