From 6429a7a7f6e6881ae7b81b4b566ac6943aa74f2c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 8 Dec 2022 14:19:22 +0100 Subject: [PATCH] Cygwin: add __sFILE64 fix to 3.4.1 release notes Signed-off-by: Corinna Vinschen --- 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 59f6eb013..432113a55 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