summaryrefslogtreecommitdiff
path: root/src/linux/sync_file_range.c
AgeCommit message (Collapse)AuthorLines
2012-09-09reenable sync_file_range; should no longer break on mipsRich Felker-2/+2
2012-09-08disable sync_file_range for nowRich Felker-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.
2012-09-08add linux sync_file_range syscallRich Felker-0/+16