From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.hgst.iphmx.com (esa3.hgst.iphmx.com [216.71.153.141]) by sourceware.org (Postfix) with ESMTPS id 9495A384BC14 for ; Wed, 15 Jul 2020 17:30:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9495A384BC14 IronPort-SDR: XBVkj/shemgphxKNAemwnb80rHKEslr4l/fsp5SzWf189uxkUlCIorbok49NXFh8V1vhoGKZPe X7n4piqucsMs4t5X6wxlmN7BThm97I938R7jFb7ltmNT5BMGArMuHksGiKvlR5h5D2VKFC2yH1 f4wd1hY3jYs/pmsqh7aB/20pIvIwie2ARvJpZdQDu4JyX45vK9sJswZ3M5hLhy4nWPbikkMMAx ilywQYViuqGoNsi8VL5tFDIIbdkeLN7etOJ5uZuET/fSIR0OOXNq4GL7X4cxzCM87FrBggkMdw JuM= X-IronPort-AV: E=Sophos;i="5.75,356,1589212800"; d="scan'208";a="146847161" Received: from uls-op-cesaip02.wdc.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 16 Jul 2020 01:29:58 +0800 IronPort-SDR: LrS1Mz4GLrtfOT+7DujdqrPo9RNIpcDm66Xcdpi7qw3PplBxwnVi3cS3cQPgKqkg/B+6zegWfm kz/N5xkGwjcY9F93A0e9nGvIonORWI5so= Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2020 10:17:50 -0700 IronPort-SDR: bg+VWcP2qTxbvVWt2yVq4jwYUZgbxPRNodOovmphfv78q5sXYLoZj7nRxewCfYR9vaRbj7/CWB WWWPd9qYjWPQ== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2020 10:29:57 -0700 Date: Wed, 15 Jul 2020 18:29:53 +0100 (BST) From: "Maciej W. Rozycki" To: Alistair Francis cc: libc-alpha@sourceware.org Subject: Re: [PATCH v3 01/19] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64 In-Reply-To: <6c5860daa78b04cc33a0de16a1370a2dfd0820f2.1594568655.git.alistair.francis@wdc.com> Message-ID: References: <6c5860daa78b04cc33a0de16a1370a2dfd0820f2.1594568655.git.alistair.francis@wdc.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, 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, 15 Jul 2020 17:30:03 -0000 On Sun, 12 Jul 2020, Alistair Francis via Libc-alpha wrote: > Using the original glibc headers under bits/ let's make small > modifications to use 64-bit time_t and off_t for both RV32 and RV64. LGTM. Reviewed-by: Maciej W. Rozycki Maciej