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 BC17B3858426 for ; Tue, 20 Jun 2023 20:50:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC17B3858426 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.00,258,1681200000"; d="scan'208";a="9426556" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 20 Jun 2023 12:50:25 -0800 IronPort-SDR: vm3J8QcxHYv4fkr77JWyioPNIJyDrwjWvCMp4+fSF2E8lWP6R+ffi1WYSAZFwn0ZMAaKzcQLCa baI+L9DgwaMSL9RvrrYQ919ysKMAqz1OuRPW85FUdJIDll0nKjSdVEKkFMPLU++g0DytRCfcX8 g0JHDDasz1Jh9VBJ7iAsw6vSj/XCI/Jom7jQtpnVoWwLnjeJ25reI7YpHQJ2GUMJBXnVveT+5j nbdF+lNzqXJsKevHSou4ShmIbg3Q7EKTw6xn5xvEpnkgPpHmwAGyFi6IH3sCGNKRxiHcVSDlKR Tmg= Date: Tue, 20 Jun 2023 20:50:21 +0000 From: Joseph Myers To: Yonggang Luo CC: Jens Gustedt , , Florian Weimer Subject: Re: [PATCH v2 4/4] c2y: Add function cnd_timedwait_base and mtx_timedlock_base In-Reply-To: <20230620171731.230-5-luoyonggang@gmail.com> Message-ID: References: <20230620171731.230-1-luoyonggang@gmail.com> <20230620171731.230-5-luoyonggang@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3105.9 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: In addition to my previous comments, such new user-visible features should be documented in the manual, when they are added to families of functions that are already documented there (see threads.texi), and mentioned in a NEWS entry. -- Joseph S. Myers joseph@codesourcery.com