From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 6444F39A790F; Thu, 8 Dec 2022 18:03:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6444F39A790F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670522587; bh=tAFoY2plo3fLUAnhnk12OCXVrTdR4mJdFTCqhTKEPu8=; h=From:To:Subject:Date:From; b=dg61s01VoZhKgcI/1sT3LG3p8XhRWadOGN0fHkXU2khvD++P2/FRpUhyOJC8AV3Zl oyz7RA23+q+4GGzvVkNN8skoiBNFOolMI7noowUxCoOUi9bMR7mkY4OUoqN32Xdc8k q7PP+WwTGUPXKHKw1eGEmSSCJgcQcXXhhYOMGekc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] Cygwin: add __sFILE64 fix to 3.4.1 release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: d59d4877f85983f776b9f49105cc24fb582e97df X-Git-Newrev: f21d438a059e46a48dafd1188e2b1ea5ef921bd3 Message-Id: <20221208180307.6444F39A790F@sourceware.org> Date: Thu, 8 Dec 2022 18:03:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Df21d438a059= e46a48dafd1188e2b1ea5ef921bd3 commit f21d438a059e46a48dafd1188e2b1ea5ef921bd3 Author: Corinna Vinschen AuthorDate: Thu Dec 8 14:19:22 2022 +0100 Commit: Corinna Vinschen CommitDate: Thu Dec 8 18:53:24 2022 +0100 Cygwin: add __sFILE64 fix to 3.4.1 release notes =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.4.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.4.1 b/winsup/cygwin/release/3.4.1 index 59f6eb013108..432113a55d06 100644 --- a/winsup/cygwin/release/3.4.1 +++ b/winsup/cygwin/release/3.4.1 @@ -4,3 +4,7 @@ Bug Fixes - Fix an error introduced into the build process, resulting in `gcc -pg' becoming disfunctional. Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252619.html + +- Fix a backward incompatibility problem in the definition of the + base type of the stdio type FILE. + Addresses: https://savannah.gnu.org/bugs/index.php?63480