This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 5/7] Consolidate scandir{at}{64} implementation
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Fri, 20 Apr 2018 17:30:21 +0200
- Subject: Re: [PATCH 5/7] Consolidate scandir{at}{64} implementation
- References: <1520017165-15830-1-git-send-email-adhemerval.zanella@linaro.org> <1520017165-15830-5-git-send-email-adhemerval.zanella@linaro.org>
On 03/02/2018 07:59 PM, Adhemerval Zanella wrote:
* scandir{at}{64} is always built and aliased to getdents for ABIs
that define _DIRENT_MATCHES_DIRENT64 to 1.
This should probably say “scandir” instead of “getdents”.
Looks okay otherwise.
Thanks,
Florian