On 11/26/21 3:23 AM, Song Gao wrote:
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<gaos...@loongson.cn>
Reviewed-by: Laurent Vivier<laur...@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  linux-user/aarch64/target_syscall.h    | 1 -
  linux-user/alpha/target_syscall.h      | 1 -
  linux-user/arm/target_syscall.h        | 1 -
  linux-user/cris/target_syscall.h       | 1 -
  linux-user/hppa/target_syscall.h       | 1 -
  linux-user/i386/target_syscall.h       | 1 -
  linux-user/m68k/target_syscall.h       | 1 -
  linux-user/microblaze/target_syscall.h | 1 -
  linux-user/mips/target_syscall.h       | 1 -
  linux-user/mips64/target_syscall.h     | 1 -
  linux-user/nios2/target_syscall.h      | 1 -
  linux-user/openrisc/target_syscall.h   | 1 -
  linux-user/ppc/target_syscall.h        | 1 -
  linux-user/riscv/target_syscall.h      | 1 -
  linux-user/s390x/target_syscall.h      | 1 -
  linux-user/sh4/target_syscall.h        | 1 -
  linux-user/sparc/target_syscall.h      | 1 -
  linux-user/x86_64/target_syscall.h     | 1 -
  18 files changed, 18 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to