aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2018-06-01 08:31:43 -0400
committerCorinna Vinschen <corinna@vinschen.de>2018-06-01 21:59:42 +0200
commita7c23d109f2e7d7fed5e1453b47ad6b384a726aa (patch)
tree2ed43d65b4e930fa1854ee75ca15ff32ffc6df5c /winsup/cygwin
parent59847b5d737191b8b42085d6447a8060074b8195 (diff)
downloadnewlib-a7c23d109f2e7d7fed5e1453b47ad6b384a726aa.zip
newlib-a7c23d109f2e7d7fed5e1453b47ad6b384a726aa.tar.gz
newlib-a7c23d109f2e7d7fed5e1453b47ad6b384a726aa.tar.bz2
Cygwin: Add pthread_rwlock_* fix to release notes
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/2.10.13
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1
index c133124..42d9d11 100644
--- a/winsup/cygwin/release/2.10.1
+++ b/winsup/cygwin/release/2.10.1
@@ -29,3 +29,6 @@ Bug Fixes
- Fix a stack alignment problem which may lead to spurious crashes after
fork.
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html
+
+- Fix a g++ compilation problem with -std=c++14 or -std=c++17.
+ Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html