commit | c727f47d59641c43ce171126232fd8049296adf6 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 06 11:05:10 2011 +0000 |
committer | Riku Voipio <riku.voipio@iki.fi> | Fri Jan 07 17:13:22 2011 +0200 |
tree | fce1c2a0ebc893077b5ac9ca851d2f31f1f0566c | |
parent | 2a704b137f1acfbd972aa6e9f031c5015c7e28cb [diff] |
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>