sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/linux-user/alpha
Riku Voipio 0c866a7ed4 linux-user: untie syscalls from UID16
Quite a number of uid/gid related syscalls are only defined on systems
with USE_UID16 defined. This is apperently based on the idea that these
system calls would never be called on non-UID16 systems. Make these
syscalls available for all architectures that define them.

drop alpha hack to support selected UID16 syscalls. MIPS and PowerPC
were also defined as UID16, to get uid/gid syscalls available, drop
this error as well.

Change QEMU to reflect this.

Cc: Ulrich Hecht <uli@suse.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
2011-04-26 10:15:41 +03:00
..
syscall.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
syscall_nr.h linux-user: untie syscalls from UID16 2011-04-26 10:15:41 +03:00
target_signal.h alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
termbits.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00