qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: target_syscall.h remove definition TARGET_MINSIG


From: Laurent Vivier
Subject: Re: [PATCH] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Date: Thu, 25 Nov 2021 10:50:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

Le 25/11/2021 à 09:58, Song Gao a écrit :
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>
---
  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: Laurent Vivier <laurent@vivier.eu>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]