qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/5] linux-user: add sparc/sparc64 specific errn


From: Max Filippov
Subject: Re: [Qemu-devel] [PATCH 5/5] linux-user: add sparc/sparc64 specific errno
Date: Tue, 8 May 2018 13:22:46 -0700

On Tue, May 8, 2018 at 12:40 PM, Laurent Vivier <address@hidden> wrote:
> Copied from linux/arch/sparc/include/uapi/asm/errno.h
>
> Signed-off-by: Laurent Vivier <address@hidden>
> ---
>  linux-user/sparc/target_syscall.h   | 203 
> ++++++++++++++++++++++++++++++++++++
>  linux-user/sparc64/target_syscall.h | 203 
> ++++++++++++++++++++++++++++++++++++
>  2 files changed, 406 insertions(+)

The changes are coming from single file, why duplicating them?
Could they go into e.g. linux-user/sparc/target_errno.h, and get
#included by both linux-user/sparc/target_syscall.h and
linux-user/sparc64/target_syscall.h?

-- 
Thanks.
-- Max



reply via email to

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