aboutsummaryrefslogtreecommitdiff
path: root/src/linux/sync_file_range.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* 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