summaryrefslogtreecommitdiffstats
path: root/linux-user/alpha
diff options
context:
space:
mode:
authorRichard Henderson2012-06-08 00:02:49 +0200
committerRichard Henderson2012-08-04 18:37:49 +0200
commit0229f5a30efa7af51ac750fa0720a2e37978644e (patch)
tree89ed12313296fadfde87908591171bf0000a4f32 /linux-user/alpha
parentalpha-linux-user: Fix a3 error return with v0 error bypass. (diff)
downloadqemu-0229f5a30efa7af51ac750fa0720a2e37978644e.tar.gz
qemu-0229f5a30efa7af51ac750fa0720a2e37978644e.tar.xz
qemu-0229f5a30efa7af51ac750fa0720a2e37978644e.zip
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>
Diffstat (limited to 'linux-user/alpha')
-rw-r--r--linux-user/alpha/syscall_nr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/alpha/syscall_nr.h b/linux-user/alpha/syscall_nr.h
index f6284db22f..ac2b6e2c65 100644
--- a/linux-user/alpha/syscall_nr.h
+++ b/linux-user/alpha/syscall_nr.h
@@ -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