From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1246 invoked by alias); 23 Mar 2004 23:58:48 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 1230 invoked from network); 23 Mar 2004 23:58:47 -0000 Received: from unknown (HELO sunsite.ms.mff.cuni.cz) (195.113.15.26) by sources.redhat.com with SMTP; 23 Mar 2004 23:58:47 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8) with ESMTP id i2NLn4HS032418; Tue, 23 Mar 2004 22:49:04 +0100 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id i2NLn4GI032416; Tue, 23 Mar 2004 22:49:04 +0100 Date: Wed, 24 Mar 2004 12:00:00 -0000 From: Jakub Jelinek To: Ulrich Drepper Cc: Glibc hackers Subject: Re: [RFC PATCH] Kill some duplication between 64-bit linux arches Message-ID: <20040323214903.GH15946@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <20040323163053.GF15946@sunsite.ms.mff.cuni.cz> <40608773.4070401@redhat.com> <20040323182713.GG15946@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040323182713.GG15946@sunsite.ms.mff.cuni.cz> User-Agent: Mutt/1.4i X-SW-Source: 2004-03/txt/msg00126.txt.bz2 On Tue, Mar 23, 2004 at 07:27:13PM +0100, Jakub Jelinek wrote: > > Maybe creating sysdeps/unix/sysv/linux/wordsize-64, moving the new files > > there, and requiring that directory for all 64-bit archs on Linux will work. > > But that is exactly what this patch is doing: > > ... > * sysdeps/unix/sysv/linux/wordsize-64/statvfs64.c: New file. > ... other 29 files in that new directory. FYI the patch passed make check on ia64, ppc64, x86-64 and so far looks good on s390x as well (passed linuxthreads make check, NPTL make check still running). Jakub