From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84871 invoked by alias); 9 Nov 2016 17:24:26 -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 84835 invoked by uid 89); 9 Nov 2016 17:24:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-vk0-f48.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=JLvJV5ibIom2wOfmr50mtOsjyUf2sZvHrd0gjvBu2SQ=; b=Sa84vBf+hjIRXfm1IyFOdcuP0m1fRFzbtchssxMDtE9O7oizkXsUXlj/kAexkyI1pN SC9+qVFkN/lj88v8iU8h7cmhNgS33DQZJc5wIyS7uYqq9MvjIFXMuzW9INTaYx3Mp1PW Iah7ejH3EYHCZ7d56IJ+Bz0jZBoSZ8h3s32qIp7q91XaWOCxzYWU1zrjePbb7wsc0GxB B2MNHgmHZG1Qql5mED8oIvBGLzlqzLT6fg3CUGWry3qYQbo7keO4LgCOwR5ycP81o03W FlMOIrKtSo71Ef/fUJWRjKZTxLbjt7setveV+KTgRiBVvyFOKvjXeaWi2zO74t9Gl+IP qUeg== X-Gm-Message-State: ABUngvdkiDa0JH/g33TvwxPwlQpIzSl2iQ/bFTQFrlEdH5Zcs/l4wO1/olLJj5/q3n7jTm0K X-Received: by 10.31.81.198 with SMTP id f189mr423931vkb.160.1478712251900; Wed, 09 Nov 2016 09:24:11 -0800 (PST) Subject: Re: [PATCH 3/4] Consolidate Linux ftruncate implementations To: Andreas Schwab References: <1474383714-15187-1-git-send-email-adhemerval.zanella@linaro.org> <1474383714-15187-4-git-send-email-adhemerval.zanella@linaro.org> Cc: libc-alpha@sourceware.org From: Adhemerval Zanella Message-ID: Date: Wed, 09 Nov 2016 17:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00348.txt.bz2 On 09/11/2016 13:33, Andreas Schwab wrote: > On Sep 20 2016, Adhemerval Zanella wrote: > >> diff --git a/sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c b/sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c >> deleted file mode 100644 >> index 673a8b5..0000000 >> --- a/sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c >> +++ /dev/null >> @@ -1 +0,0 @@ >> -/* ftruncate64 is the same as ftruncate. */ > > There are now two objects providing ftruncate/ftruncate64 on 64-bit archs, > one from .../linux/ftruncate64.c, the other from > .../linux/wordsize-64/syscalls.list:ftruncate. > > Andreas. The C file take precedence over syscalls.list, I will remove it from auto-generation.