From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7868) id 887DD3858D20; Mon, 14 Mar 2022 23:19:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 887DD3858D20 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Takashi Yano To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Add description of fsync() fix to 3.3.5 release notes. X-Act-Checkin: newlib-cygwin X-Git-Author: Takashi Yano X-Git-Refname: refs/heads/master X-Git-Oldrev: 0dad577b4b487104075e921f2d2fa456f5930ff3 X-Git-Newrev: ed32020682d49eb51c4a4f3563d46390f11158dc Message-Id: <20220314231954.887DD3858D20@sourceware.org> Date: Mon, 14 Mar 2022 23:19:54 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2022 23:19:54 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Ded32020682d= 49eb51c4a4f3563d46390f11158dc commit ed32020682d49eb51c4a4f3563d46390f11158dc Author: Takashi Yano Date: Tue Mar 15 08:15:29 2022 +0900 Cygwin: Add description of fsync() fix to 3.3.5 release notes. Diff: --- winsup/cygwin/release/3.3.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.3.5 b/winsup/cygwin/release/3.3.5 index ce7a21268..752d65703 100644 --- a/winsup/cygwin/release/3.3.5 +++ b/winsup/cygwin/release/3.3.5 @@ -36,3 +36,7 @@ Bug Fixes - Fix a bug that the order of the console key inputs are occasionally swapped, especially when CPU load is high. Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250957.html + +- Fix a problem that fsync() flushes the console input buffer unlike + linux. fsync() should return EINVAL for special files such as tty. + Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251022.html