4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 19:40:33 +08:00

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 0dad577b4b
commit ed32020682

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