From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 6FB653858423; Sun, 10 Sep 2023 13:37:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FB653858423 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694353057; bh=xos6bZBI6gTezy1s/Sor989pMFLA+qQ/8OBgL7wLrIo=; h=From:To:Subject:Date:From; b=AjZlrNr9faikCNICoq3X37wf619S9EkiRS2n+dCVf5LK6f0wVpIRMary/g36cvNiD SWWNYwb7dcZiGN91MUCVVrp4X32sHUpJxAmMnAfoy8s2vOfHz/crJUiNEremo4OtrG rnrwe46Pypr1Tt6fENPVfouH9S17fx5n3O4MkecM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] Cygwin: Add relnote to 3.4.10 release file X-Act-Checkin: newlib-cygwin X-Git-Author: Mark Geisert X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 8ca815618d03a08bbe7cd2288cfb291ea2ae15a1 X-Git-Newrev: 4ef164d233e31a2b92dd8186977abd13e7b5897e Message-Id: <20230910133737.6FB653858423@sourceware.org> Date: Sun, 10 Sep 2023 13:37:37 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D4ef164d233e= 31a2b92dd8186977abd13e7b5897e commit 4ef164d233e31a2b92dd8186977abd13e7b5897e Author: Mark Geisert Date: Fri Sep 8 23:48:30 2023 -0700 Cygwin: Add relnote to 3.4.10 release file =20 Document the most recent update to include/sys/cpuset.h. =20 (cherry picked from commit 27e8815535fc7e6a9ed204323682f22be02946a5) Diff: --- winsup/cygwin/release/3.4.10 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/cygwin/release/3.4.10 b/winsup/cygwin/release/3.4.10 new file mode 100644 index 000000000..f34b131b3 --- /dev/null +++ b/winsup/cygwin/release/3.4.10 @@ -0,0 +1,5 @@ +Bug Fixes +--------- + +- Fix missing term in __cpuset_zero_s() prototoype in sys/cpuset.h. + Addresses: https://cygwin.com/pipermail/cygwin/2023-September/254423.html