Cygwin: Fix latest release message being in the wrong release file.
Fixes: 6422e76637
("Cygwin: Make <sys/cpuset.h> safe for c89 compilations")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
6422e76637
commit
e38f91d5a9
|
@ -25,6 +25,3 @@ Bug Fixes
|
|||
- Fix return code and errno set by renameat2, if oldfile and newfile
|
||||
refer to the same file, and the RENAME_NOREPLACE flag is set.
|
||||
Addresses: https://cygwin.com/pipermail/cygwin/2023-April/253514.html
|
||||
|
||||
- Make <sys/cpuset.h> safe for c89 compilations.
|
||||
Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Make <sys/cpuset.h> safe for c89 compilations.
|
||||
Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
|
Loading…
Reference in New Issue