summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorRichard Henderson2013-07-24 21:50:00 +0200
committerRiku Voipio2013-09-24 09:47:06 +0200
commit8070e7be8b2909b48b56b5e965fca209ba5969db (patch)
tree34a21413f931fa4bc648f5c32c1a265e2d04872c /include/exec
parentMerge remote-tracking branch 'stefanha/tracing' into staging (diff)
downloadqemu-8070e7be8b2909b48b56b5e965fca209ba5969db.tar.gz
qemu-8070e7be8b2909b48b56b5e965fca209ba5969db.tar.xz
qemu-8070e7be8b2909b48b56b5e965fca209ba5969db.zip
alpha-linux-user: Fix umount syscall numbers
It has been pointed out on LKML that the alpha umount syscall numbers are named wrong, and a patch to rectify that has been posted for 3.11. Glibc works around this by treating NR_umount as NR_umount2 if NR_oldumount exists. That's more complicated than we need in QEMU, given that we control linux-user/*/syscall_nr.h. This is the last instance of TARGET_NR_oldumount, so delete that from the strace.list. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions