summary refs log tree commit diff stats
path: root/linux-user/sparc
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2021-11-26 10:23:07 +0800
committerLaurent Vivier <laurent@vivier.eu>2022-01-06 11:40:52 +0100
commitf9d0707182fcf65593b55479fa891867192ebeef (patch)
tree9588ce4badd584bc568998d25ff43b757a41112a /linux-user/sparc
parente068b57d01bff8a6fe8ab04d0a489407557d0a1c (diff)
downloadfocaccia-qemu-f9d0707182fcf65593b55479fa891867192ebeef.tar.gz
focaccia-qemu-f9d0707182fcf65593b55479fa891867192ebeef.zip
linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
TARGET_MINSIGSTKSZ has been defined in generic/signal.h
or target_signal.h, We don't need to define it again.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1637893388-10282-3-git-send-email-gaosong@loongson.cn>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/sparc')
-rw-r--r--linux-user/sparc/target_syscall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/sparc/target_syscall.h b/linux-user/sparc/target_syscall.h
index 087b39d39c..be77e44eb8 100644
--- a/linux-user/sparc/target_syscall.h
+++ b/linux-user/sparc/target_syscall.h
@@ -34,7 +34,6 @@ struct target_pt_regs {
  * and copy_thread().
  */
 #define TARGET_CLONE_BACKWARDS
-#define TARGET_MINSIGSTKSZ      4096
 #define TARGET_MCL_CURRENT 0x2000
 #define TARGET_MCL_FUTURE  0x4000
 #define TARGET_MCL_ONFAULT 0x8000