From c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Fri, 26 Nov 2021 10:23:08 +0800 Subject: linux-user: Remove TARGET_SIGSTKSZ TARGET_SIGSTKSZ is not used, we should remove it. Signed-off-by: Song Gao Reviewed-by: Richard Henderson Message-Id: <1637893388-10282-4-git-send-email-gaosong@loongson.cn> Signed-off-by: Laurent Vivier --- linux-user/alpha/target_signal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-user/alpha') 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 . */ #define TARGET_GEN_INTOVF -1 /* integer overflow */ -- cgit v1.2.3-55-g7522