diff options
author | Song Gao | 2021-11-26 03:23:08 +0100 |
---|---|---|
committer | Laurent Vivier | 2022-01-06 11:40:52 +0100 |
commit | c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6 (patch) | |
tree | 8001e222f2f0d36fa5efff9ae766fe5406904da6 /linux-user/alpha | |
parent | linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ (diff) | |
download | qemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.tar.gz qemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.tar.xz qemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.zip |
linux-user: Remove TARGET_SIGSTKSZ
TARGET_SIGSTKSZ is not used, we should remove it.
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1637893388-10282-4-git-send-email-gaosong@loongson.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/alpha')
-rw-r--r-- | linux-user/alpha/target_signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/alpha/target_signal.h b/linux-user/alpha/target_signal.h index 0b6a39de65..bbb06e5463 100644 --- a/linux-user/alpha/target_signal.h +++ b/linux-user/alpha/target_signal.h @@ -62,7 +62,6 @@ typedef struct target_sigaltstack { #define TARGET_SA_SIGINFO 0x00000040 #define TARGET_MINSIGSTKSZ 4096 -#define TARGET_SIGSTKSZ 16384 /* From <asm/gentrap.h>. */ #define TARGET_GEN_INTOVF -1 /* integer overflow */ |