From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9289 invoked from network); 9 Jul 2023 06:18:25 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 9 Jul 2023 06:18:25 -0000 Received: (qmail 27879 invoked by uid 550); 9 Jul 2023 06:18:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 27838 invoked from network); 9 Jul 2023 06:18:17 -0000 References: <78b648da-dde7-d331-7384-03214b977e6d@kernel.org> <20230709061011.1885809-1-eggert@cs.ucla.edu> User-agent: mu4e 1.10.4; emacs 29.0.92 From: Sam James To: libc-coord@lists.openwall.com Cc: Alejandro Colomar , "A . Wilcox" , Jonathan Wakely , Rich Felker , linux-man@vger.kernel.org, libc-alpha@sourceware.org, musl@lists.openwall.com, Sam James , Szabolcs Nagy , Jakub Wilk , Paul Eggert Date: Sun, 09 Jul 2023 07:16:17 +0100 In-reply-to: <20230709061011.1885809-1-eggert@cs.ucla.edu> Message-ID: <87lefpehgo.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain Subject: [musl] Re: [libc-coord] [PATCH v4] off64_t: prefer off_t for splice, etc. Paul Eggert writes: > For the few functions that come only in 64-bit off_t flavors, > document their APIs as using off_t instead of off64_t, > and say also that code should #define _FILE_OFFSET_BITS 64. > This documents what user code is (and should be) doing anyway, > if it needs to work on traditional x86 and ARM Linux. LGTM and thank you Paul. I haven't checked for other prototypes/examples which need changing.