linux-user: Implement sync_file_range{,2} syscalls
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Jan 2011 11:05:10 +0000 (11:05 +0000)
committerRiku Voipio <riku.voipio@iki.fi>
Fri, 7 Jan 2011 15:13:22 +0000 (17:13 +0200)
commit6facde5d22194c684e936bb38ae274185842a975
treefce1c2a0ebc893077b5ac9ca851d2f31f1f0566c
parent05568cc0e49b09fef038cf10b0285cd19ed80d53
linux-user: Implement sync_file_range{,2} syscalls

Implement the missing syscalls sync_file_range and sync_file_range2.
The latter in particular is used by newer versions of apt on Ubuntu
for ARM.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
configure
linux-user/strace.list
linux-user/syscall.c