From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id DB5683857421 for ; Wed, 23 Jun 2021 16:59:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB5683857421 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: 9YF+OJzA6UeDYTG5+Aaafsw9lEvzJTvBOMJxLnPlBRhcH6/uykROKtOG09vBgPaJm//fcg6c+H pu2PiFxM4bMWZo2Hp/+oZfMtcW2Y1XZktqjt5BnHvRM84oLbPz190XEQ6nrCm5rPpqkqYwyDML NSIefq65jBaS+s0sa+ck6OHySH+SwF6XVhJhccrgO6lVYS6Ts4cCxD91sXmxtIpcre9fK3HlrJ xFkzXMHlpl2krv+fl55qBeb6ECwf8RSYaGqkM45EZfjHcLHYVtKvV2nUu4dRW5JDadvs+5wHj/ Ubs= X-IronPort-AV: E=Sophos;i="5.83,294,1616486400"; d="scan'208";a="62928453" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 23 Jun 2021 08:59:23 -0800 IronPort-SDR: 9eU9hi7+0a6oJdnP9eqk4Fg+5sp80lLl94NAUT+khKN6HJ79hqbev6pB9G1JGnMnDYhB20Qgro Py7J76VDYNrW76rq3OfOZ+cQmdI6g00YWOY9PCm35VsdfSdQKVutNFkcUamMp0fvo9XxIsN661 +aKhmE2YzoAHxTHsyR41vgjNYQS2njUc/d8feFnHv30kWVAUSMw7vtWW90do9ViU5leEekQ+zs It9j6+02tyqeOXj7j5a8fhgGtqyEW+DctcQOo5YTfm41A9fEKtUUzR1Sc5F1cIil5Iuf7h2Qyj RNo= Date: Wed, 23 Jun 2021 16:59:18 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Paul Eggert CC: Adhemerval Zanella , Elmar Stellnberger , Subject: Re: time64 functions for glibc In-Reply-To: Message-ID: References: <8bb369a7-ebc0-d108-ca38-0ba2c658df12@elstel.org> <216b19de-ecf1-91a2-bea0-4af829414788@cs.ucla.edu> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3120.5 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 16:59:26 -0000 On Tue, 22 Jun 2021, Paul Eggert wrote: > -* Add support for 64 bit time_t for ABIs with defaults to 32 bit time_t. > +* Add support for 64 bit time_t for ABIs with defaults currently unchanged. I think the intended meaning of this was that "ABIs with defaults to 32 bit time_t" was a phrase describing those glibc configurations for which support for 64-bit time_t was added (as opposed to those glibc configurations already defaulting to 64-bit time_t in previous glibc versions, for which nothing was changed), rather than "defaults to 32 bit time_t" being a description of how the new feature behaves. I.e. this change loses the information that many configurations already used 64-bit time_t and so were unaffected by this change. -- Joseph S. Myers joseph@codesourcery.com