mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
Name the syscall properly for QEMU, kernel source notwithstanding. Fix syntax errors in the code thus enabled within do_syscall. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
0e141977e6
commit
0229f5a30e
2 changed files with 2 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
#define TARGET_NR_open 45
|
||||
#define TARGET_NR_osf_old_sigaction 46 /* not implemented */
|
||||
#define TARGET_NR_getxgid 47
|
||||
#define TARGET_NR_osf_sigprocmask 48
|
||||
#define TARGET_NR_sigprocmask 48
|
||||
#define TARGET_NR_osf_getlogin 49 /* not implemented */
|
||||
#define TARGET_NR_osf_setlogin 50 /* not implemented */
|
||||
#define TARGET_NR_acct 51
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue