From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58214 invoked by alias); 20 Apr 2018 15:30:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 43949 invoked by uid 89); 20 Apr 2018 15:30:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Subject: Re: [PATCH 5/7] Consolidate scandir{at}{64} implementation To: Adhemerval Zanella , libc-alpha@sourceware.org References: <1520017165-15830-1-git-send-email-adhemerval.zanella@linaro.org> <1520017165-15830-5-git-send-email-adhemerval.zanella@linaro.org> From: Florian Weimer Message-ID: <8bcc9eb2-9117-0773-2f49-47fa84e31d48@redhat.com> Date: Fri, 20 Apr 2018 15:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1520017165-15830-5-git-send-email-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-04/txt/msg00457.txt.bz2 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