From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A91141F463 for ; Wed, 25 Sep 2019 22:58:20 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=edfG GDVLvJgvGFUCw5o6+TkZXEN06WXpk1pqHBwDu0e2DNPcVosZ0hvqbDvU9/G4YKCV VOQ208x4FC6Nzp/mzexUfqX6XWjtmlA0Maj3Qe4cLzmoFFJ+UekBH9knPI0wQyMp 0AREmSGbyUla0jEX2BxtrDwBu1COfHBHsk5/irs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=YrhHnaLLEq vhFc0tlWS1rqvWWgw=; b=idWdhkT/HGdNzxjMQ8LZb3ocVbl+r1oO7Qnel4BZrB sp4CIRA5IpXjGrY7DpQdZeVKMgjw0PXJ/IOpNI5AKyW7M0NA0dRA89am4ItjIB2M cawxuTLHg1t5Tbvo3N6iAQ6WttNFVOSCZQFMqW9+/z2bTPTuz9c0upU8woCyoHDX 8= Received: (qmail 65872 invoked by alias); 25 Sep 2019 22:58:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 65495 invoked by uid 89); 25 Sep 2019 22:58:17 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-lj1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pK24GOZbJUdPj3Ux57RnzQra63jlnlQG5qweonkSlEs=; b=isLlKAE9GZAgvkHONlANTV6AgJYI3HuCLJprJzTJlR5KoUbcfi3r2XbFXjWCAGx20u WVQlhoW4vObv/3+hkyzEtjH+/d0zgeZvedIL+hPCXUtWn6dUlpvwVUQOxm4IlpFqkiU+ pg36mV5Gt0K1GXzMK/vj1p7ctdr8fz19IPotHjIbqbHZFJ+yM/DkvtajMhhHnc6BjO3B iD0MJ0C9BWkFLXtgRsEQOGDL+nyMg8gLtxWggN30z2WhAl18NkEizBuEv9hEp3sZ/ErG wqI/rnM6FxlMDWi3jIPgtTBUYj8ho21VCNE63Lpcz9iu7fKIXbQrZ2l/T7+D5+247WV4 Eikw== MIME-Version: 1.0 References: <20190925003114.21546-1-alistair.francis@wdc.com> <20190925003114.21546-2-alistair.francis@wdc.com> In-Reply-To: From: Alistair Francis Date: Wed, 25 Sep 2019 15:53:31 -0700 Message-ID: Subject: Re: [PATCH v2 2/2] Define __STATFS_MATCHES_STATFS64 To: Andreas Schwab Cc: Alistair Francis , GNU C Library Content-Type: text/plain; charset="UTF-8" On Wed, Sep 25, 2019 at 12:38 AM Andreas Schwab wrote: > > On Sep 24 2019, Alistair Francis wrote: > > > * sysdeps/unix/sysv/linux/generic/bits/statfs.h: Define > > __STATFS_MATCHES_STATFS64 to handle 64-bit __fsblkcnt_t > > and t__fsfilcnt_t types on 32-bit hosts. > > The patch doesn't do that though. It uses it, but doesn't define it. There are currently no 32-bit hosts with 64-bit time_t in glibc. This patch is in preparation of the RV32 series/other y2038 safe archs. Alistair > > Andreas. > > -- > Andreas Schwab, SUSE Labs, schwab@suse.de > GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 > "And now for something completely different."