diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-03-15 08:15:29 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2022-03-15 08:15:29 +0900 |
commit | ed32020682d49eb51c4a4f3563d46390f11158dc (patch) | |
tree | 4549b44bac32766f64546331fee8e4c405d24aed | |
parent | 0dad577b4b487104075e921f2d2fa456f5930ff3 (diff) | |
download | newlib-ed32020682d49eb51c4a4f3563d46390f11158dc.zip newlib-ed32020682d49eb51c4a4f3563d46390f11158dc.tar.gz newlib-ed32020682d49eb51c4a4f3563d46390f11158dc.tar.bz2 |
Cygwin: Add description of fsync() fix to 3.3.5 release notes.
-rw-r--r-- | winsup/cygwin/release/3.3.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.3.5 b/winsup/cygwin/release/3.3.5 index ce7a212..752d657 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 |