qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] linux-user: Fix stat64 syscall for SPARC64


From: Erik de Castro Lopo
Subject: Re: [Qemu-devel] [PATCH v2] linux-user: Fix stat64 syscall for SPARC64
Date: Wed, 30 Oct 2013 21:33:05 -0700

Stefan Weil wrote:

> Some targets use a stat64 structure for the stat64 syscall while others
> use a stat structure. SPARC64 used the wrong kind.
> 
> Instead of extending the conditional compilation in syscall.c, now a
> macro TARGET_HAS_STRUCT_STAT64 is defined whenever a target has a
> target_stat64.
> 
> Signed-off-by: Stefan Weil <address@hidden>

Reviewed-by: Erik de Castro Lopo <address@hidden>


-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



reply via email to

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