From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2640 invoked by alias); 5 Jul 2018 16:53:31 -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 2619 invoked by uid 89); 5 Jul 2018 16:53:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] Add renameat2 function [BZ #17662] To: Florian Weimer , Carlos O'Donell , libc-alpha@sourceware.org References: <20180630121447.E4C8643994575@oldenburg.str.redhat.com> <6917cf4b-a8bb-a0c8-f600-bb286554854a@redhat.com> From: Paul Eggert Openpgp: preference=signencrypt Message-ID: <57f926be-f229-c52b-a293-456c941fbcea@cs.ucla.edu> Date: Thu, 05 Jul 2018 16:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00133.txt.bz2 On 07/05/2018 08:25 AM, Florian Weimer wrote: > I would like to use this: Looks good except one more thing, as I just now installed the patch to Gnulib that renames its renameat2 to renameatu: please change "gnulib function renameat2" to "gnulib function renameatu (formerly renameat2)" in the NEWS entry. Thanks.