From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by sourceware.org (Postfix) with ESMTPS id 67AA6385801D for ; Sun, 13 Dec 2020 11:49:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 67AA6385801D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=lukma@denx.de Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Cv2rG31Hrz1rvBT; Sun, 13 Dec 2020 12:49:50 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Cv2rG0Hggz1tF6q; Sun, 13 Dec 2020 12:49:50 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id TUqfBa7ZbZvf; Sun, 13 Dec 2020 12:49:48 +0100 (CET) X-Auth-Info: /QI2lA0jaYzOpW04eLsjEybE64coQwcCCmQowjQBOYg= Received: from jawa (89-64-25-12.dynamic.chello.pl [89.64.25.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 13 Dec 2020 12:49:48 +0100 (CET) Date: Sun, 13 Dec 2020 12:49:23 +0100 From: Lukasz Majewski To: Joseph Myers Cc: Adhemerval Zanella , Florian Weimer , GNU C Library , Siddhesh Poyarekar , Andreas Schwab , Stepan Golosunov , Alistair Francis Subject: Re: [RFC 0/6] y2038: Prepare glibc to be Y2038 safe for 32 bit ports Message-ID: <20201213124923.46166c6f@jawa> In-Reply-To: References: <20201204233604.7430-1-lukma@denx.de> <20201207112155.1106ca77@jawa> <20201208110725.4e17a067@jawa> Organization: denx.de X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/8PIIrw9wEgpX+3y5a.o7izR"; protocol="application/pgp-signature" X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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: Sun, 13 Dec 2020 11:49:53 -0000 --Sig_/8PIIrw9wEgpX+3y5a.o7izR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Joseph, > On Tue, 8 Dec 2020, Lukasz Majewski wrote: >=20 > > 1. Introduce new header - ./sysdeps/hurd/include/features.h > > 2. In this file: > >=20 > > #include_next =20 >=20 > is an *installed* header, and sysdeps/*/include/ is only > for *non-installed* wrappers used when building glibc itself. So > this approach can't work. (But you could e.g. have two different=20 > bits/features-time64.h headers, one in the toplevel bits/ and one > under sysdeps, so that the appropriate one is installed, and include=20 > from .) >=20 Ok, I will do this in that way. Thanks for sharing the idea. Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de --Sig_/8PIIrw9wEgpX+3y5a.o7izR Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEgAyFJ+N6uu6+XupJAR8vZIA0zr0FAl/V/8MACgkQAR8vZIA0 zr3waggAhjXlPJId7Ub8b57bdYEFj7NHieIOpPWlgEtio68xzagLFa8ndr6wTNG5 fgQ6PSHNwz3emYsuMJC+D5fB1vD/3TsGhqLxCbYEHUAq+kjN3RHdpjQvVGDzwxVj 4wZd3fZV2/DhmiEPXJ+Yp/72AfHVCrE5YWjwPCsyiN8B+9WFVhRnp9YV1PE3rg7h 561kpu2cKYEzydKL5bMj0BP5yauiJ9m6ZmVV3zOitRa2Ywxzy7gi8Tl0NA85G4/Y TU5c3/bQvRAHqFOOrJ4T8+JNTcm6kFYYuel4FvDO4mQG9cORcyUd6AI9Uog4KDTc 1yINAbfuQi3ThqJghTSj4zv2riD7ow== =FwZw -----END PGP SIGNATURE----- --Sig_/8PIIrw9wEgpX+3y5a.o7izR--