Cygwin: Add description of fsync() fix to 3.3.5 release notes.

This commit is contained in:
Takashi Yano 2022-03-15 08:15:29 +09:00
parent c098e06d96
commit 38fb249635
1 changed files with 4 additions and 0 deletions

View File

@ -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