From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 3.mo552.mail-out.ovh.net (3.mo552.mail-out.ovh.net [178.33.254.192]) by sourceware.org (Postfix) with ESMTPS id AC7E23858D28 for ; Mon, 3 Jul 2023 18:17:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AC7E23858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jwilk.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jwilk.net Received: from mxplan6.mail.ovh.net (unknown [10.109.138.129]) by mo552.mail-out.ovh.net (Postfix) with ESMTPS id 97F282B2CF; Mon, 3 Jul 2023 18:17:02 +0000 (UTC) Received: from jwilk.net (37.59.142.103) by DAG4EX1.mxp6.local (172.16.2.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 3 Jul 2023 20:17:00 +0200 Authentication-Results: garm.ovh; auth=pass (GARM-103G005ae76bf7d-4853-4ac9-8cd0-fc120f2bab27, 01F7231744D2A1151A600C9196B08FFFC15B10DD) smtp.auth=jwilk@jwilk.net X-OVh-ClientIp: 5.172.255.78 Date: Mon, 3 Jul 2023 20:16:59 +0200 From: Jakub Wilk To: Paul Eggert CC: "A. Wilcox" , , Jonathan Wakely , Rich Felker , , , Subject: Re: [musl] Re: [libc-coord] Re: regression in man pages for interfaces using loff_t Message-ID: <20230703181659.la7gx5nx4qar6r2v@jwilk.net> References: <31b53a8d-7cf4-b3a3-371f-a5723963383e@cs.ucla.edu> <9751E98E-025B-4E32-9EDF-D1984F998C10@wilcox-tech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Disposition: inline In-Reply-To: X-Originating-IP: [37.59.142.103] X-ClientProxiedBy: DAG4EX2.mxp6.local (172.16.2.32) To DAG4EX1.mxp6.local (172.16.2.31) X-Ovh-Tracer-GUID: c42e634e-2c6b-43af-9113-733cfcb41942 X-Ovh-Tracer-Id: 1197394554049124204 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedruddvgdduvdduucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepfffhvfevuffkfhggtggujghisehttdertddttddvnecuhfhrohhmpeflrghkuhgsucghihhlkhcuoehjfihilhhksehjfihilhhkrdhnvghtqeenucggtffrrghtthgvrhhnpeeutddtteelhfffuddvhefgfedujeeltdekheduveekkeelfeduuedvgeejudffgfenucfkphepuddvjedrtddrtddruddpfeejrdehledrudegvddruddtfedphedrudejvddrvdehhedrjeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeojhifihhlkhesjhifihhlkhdrnhgvtheqpdhnsggprhgtphhtthhopedupdhrtghpthhtohepvghgghgvrhhtsegtshdruhgtlhgrrdgvughupdethghilhgtohigseifihhltghogidqthgvtghhrdgtohhmpdhlihgstgdqtghoohhrugeslhhishhtshdrohhpvghnfigrlhhlrdgtohhmpdhjfigrkhgvlhihsehrvgguhhgrthdrtghomhdpuggrlhhirghssehlihgstgdrohhrghdplhhinhhugidqmhgrnhesvhhgvghrrdhkvghrnhgvlhdrohhrghdplhhisggtqdgrlhhphhgrsehsohhurhgtvgifrghrvgdrohhrghdpmhhushhlsehlihhsth hsrdhophgvnhifrghllhdrtghomhdpoffvtefjohhsthepmhhoheehvddpmhhouggvpehsmhhtphhouhht X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >-This format is employed in cases where only a single >-feature test macro can be used to expose the function >-declaration, and that macro is not defined by default. >+This format is employed in cases where feature macros >+expose the function declaration with the correct type, >+and these macros are not defined by default. This isn't right. The shorthand format is sometimes used when there's no off(64)_t involved, e.g. in memfd_create(2). -- Jakub Wilk