disable sync_file_range for now
authorRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 02:48:22 +0000 (22:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 02:48:22 +0000 (22:48 -0400)
commit41c5ee50eee769f85253946e4c4b5706de37e9e9
tree2f5453e6f2dd372ed20ca2360633a7ae018af598
parent208eb584efbf995e0c5d92f76d5f4c08ae0054b4
disable sync_file_range for now

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.
src/linux/sync_file_range.c