mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-09 02:29:07 +08:00
The commit af8a7c13b516 has a problem that fsync returns EINVAL for block device. This patch treats block devices as a special case. https://cygwin.com/pipermail/cygwin/2023-January/252916.html Fixes: af8a7c13b516 ("Cygwin: fsync: Return EINVAL for special files.") Reported-by: Yano Ray <yanorei@hotmail.co.jp> Reviewed-by: Corinna Vinschen <corinna@vinschen.de> Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
6 lines
151 B
Groff
6 lines
151 B
Groff
Bug Fixes
|
|
---------
|
|
|
|
Fix a problem that fsync returns EINVAL for block device.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252916.html
|