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: Philippe Mathieu-Daudé
Subject: Re: [PATCH] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Date: Thu, 25 Nov 2021 11:10:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 11/25/21 09:58, 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 <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: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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