|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64 |
Date: | Tue, 04 Jun 2013 06:07:41 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 06/04/2013 04:12 AM, 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. > > Signed-off-by: Peter Maydell <address@hidden> > Message-id: address@hidden > --- > Changes v1->v2: > * memmove() call moved to before we write inode/offset/reclen > * wrapped a stray long line that snuck in somehow Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |