On 5 June 2013 11:57, Claudio Fontana <claudio.font...@huawei.com> 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