From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 3D4903857C74 for ; Wed, 10 Mar 2021 21:54:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3D4903857C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: TVxI2j2CZUOhmACR5j+84bzbXRuS6IZEwh3xWYmdE3bHzDJAtXQ27pZ5PlU3neIV7C+/ij47MD n8SV96GGcYsNGKixrUhHV2iI47VOrl3PM27ah/LmxB4zgWWnMsk8sFxmJL7yKO/qWqadOCxniK 7USHpaiusQcY8KIUsI9C3Okd6eWZMx4KO428eQ+1q1NUVBTfK/DDFyIB+NUmpinbILrqqMOnJA VZuFTaUQpBhTUVboxd3IE73UGHKG2Xd91ueCVLZ3obGmGokGgVIU5OanmaImaM7K1RwtMyuER5 NwA= X-IronPort-AV: E=Sophos;i="5.81,238,1610438400"; d="scan'208";a="61300692" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 10 Mar 2021 13:54:57 -0800 IronPort-SDR: 1Bw2ogRgYLLhoNQfoDJqH5iXJTWLunDBwEywn6+Kx2oJvqCtaFihZ/nmSRIWZ88RPNiCisbOqm MuT/bW25sASfep9qYa6bpzacK//L331mFRmpI0xaVrr1DypWwc8/jfY4rfBU1Rtze5W2ZkbzjY U2yIG17W9u37QK/r4WghdZlh0quNoeGRLDknpzpXt95psejr3KOEuVMAnLNvtJUv8sHAqlPVT5 CubLmALsnFV6M6ZkXQ089U6ph39Y4Jy25+LAncycBstF2pAt5TohQ/ixoLH8BJ5NEGdeDmjmRx p1w= Date: Wed, 10 Mar 2021 21:54:52 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella CC: Subject: Re: [PATCH v4 4/5] io: Add closefrom [BZ #10353] In-Reply-To: <20210310152633.3916978-4-adhemerval.zanella@linaro.org> Message-ID: References: <20210310152633.3916978-1-adhemerval.zanella@linaro.org> <20210310152633.3916978-4-adhemerval.zanella@linaro.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3128.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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, 10 Mar 2021 21:54:59 -0000 On Wed, 10 Mar 2021, Adhemerval Zanella via Libc-alpha wrote: > diff --git a/NEWS b/NEWS > index ff2b952a06..0c7bc74cca 100644 > --- a/NEWS > +++ b/NEWS > @@ -91,6 +91,10 @@ Major new features: > The latest GCC available at this time (10.2) does not support this level of > fortification. > > +* The function closefrom has been added. It closes all file descriptors > + greater than given integer. This function is a GNU extension, although it > + also present in other systems. That's the NEWS section for 2.33. This needs to go in the section for 2.34. -- Joseph S. Myers joseph@codesourcery.com