diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2023-07-04 16:50:00 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2023-07-04 16:50:37 +0200 |
commit | e38f91d5a96c4554c69c833243e5afec8e3e90eb (patch) | |
tree | 47db3e4719472ffd9734dd1c951d9b197ddfd25a /winsup | |
parent | 6422e76637d3dfcb2fcf791bb92c9cc910dd33a5 (diff) | |
download | newlib-e38f91d5a96c4554c69c833243e5afec8e3e90eb.zip newlib-e38f91d5a96c4554c69c833243e5afec8e3e90eb.tar.gz newlib-e38f91d5a96c4554c69c833243e5afec8e3e90eb.tar.bz2 |
Cygwin: Fix latest release message being in the wrong release file.
Fixes: 6422e76637d3 ("Cygwin: Make <sys/cpuset.h> safe for c89 compilations")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/3.4.7 | 3 | ||||
-rw-r--r-- | winsup/cygwin/release/3.4.8 | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/release/3.4.7 b/winsup/cygwin/release/3.4.7 index 923408e..0e69221 100644 --- a/winsup/cygwin/release/3.4.7 +++ b/winsup/cygwin/release/3.4.7 @@ -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 diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8 new file mode 100644 index 0000000..d1e34ce --- /dev/null +++ b/winsup/cygwin/release/3.4.8 @@ -0,0 +1,5 @@ +Bug Fixes +--------- + +- Make <sys/cpuset.h> safe for c89 compilations. + Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html |