qemu-e2k/linux-user/alpha
Richard Henderson 8070e7be8b 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>
2013-09-24 10:47:06 +03:00
..
syscall.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
syscall_nr.h alpha-linux-user: Fix umount syscall numbers 2013-09-24 10:47:06 +03:00
target_cpu.h linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user 2013-07-09 21:20:28 +02:00
target_signal.h alpha-linux-user: Fix sigaltstack structure definition 2012-10-12 14:01:04 +03:00
termbits.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00