]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
alpha-linux-user: Fix umount syscall numbers
authorRichard Henderson <rth@twiddle.net>
Wed, 24 Jul 2013 19:50:00 +0000 (09:50 -1000)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 24 Sep 2013 07:47:06 +0000 (10:47 +0300)
commit8070e7be8b2909b48b56b5e965fca209ba5969db
tree34a21413f931fa4bc648f5c32c1a265e2d04872c
parentf828a4c8faa118e0ebab3e353ac6840f3b2a0318
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>
linux-user/alpha/syscall_nr.h
linux-user/strace.list
linux-user/syscall.c