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: Allow getdents to be provided by


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64
Date: Wed, 5 Jun 2013 12:08:37 +0100

On 5 June 2013 11:57, Claudio Fontana <address@hidden> wrote:
> On 04.06.2013 13:12, Peter Maydell wrote:
>> Newer architectures may only implement the getdents64 syscall, not
>> getdents. Provide an implementation of getdents in terms of getdents64
>> so that we can run getdents-using targets on a getdents64-only host.

> I tested the change, and it works, however I get this during compilation:
>
> linux-user/syscall.c:382:12: warning: 'sys_futimesat' defined but not used 
> [-Wunused-function]

That's a separate issue : for that you want this patch:

http://patchwork.ozlabs.org/patch/248092/

thanks
-- PMM



reply via email to

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