Cygwin: add AT_EMPTY_PATH fix to release message

Reviewed-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-07-12 13:55:23 +02:00
parent f48ce81122
commit fcc87263c4
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ Bug Fixes
- Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html
- Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
a file other than a directory
Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html