diff options
author | Peter Maydell | 2016-07-15 18:28:06 +0200 |
---|---|---|
committer | Riku Voipio | 2016-07-19 15:18:11 +0200 |
commit | c4e1cbd437776f99d45d7d2ddd7543ee3883ac98 (patch) | |
tree | f03c05825a5062397ffe99bcfb7556fb00d99173 /hw/usb/redirect.c | |
parent | linux-user: Fix type for SIOCATMARK ioctl (diff) | |
download | qemu-c4e1cbd437776f99d45d7d2ddd7543ee3883ac98.tar.gz qemu-c4e1cbd437776f99d45d7d2ddd7543ee3883ac98.tar.xz qemu-c4e1cbd437776f99d45d7d2ddd7543ee3883ac98.zip |
linux-user: AArch64 has sync_file_range, not sync_file_range2
The AArch64 Linux ABI syscall 84 is sync_file_range, not
sync_file_range2 (in the kernel it uses the asm-generic
headers and does not define __ARCH_WANT_SYNC_FILE_RANGE2).
Update our TARGET_NR_* definitions accordingly.
This fixes the sync_file_range syscall which otherwise
gets its arguments in the wrong order.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'hw/usb/redirect.c')
0 files changed, 0 insertions, 0 deletions