This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Cygwin: Add pthread_rwlock_* fix to release notes


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a7c23d109f2e7d7fed5e1453b47ad6b384a726aa

commit a7c23d109f2e7d7fed5e1453b47ad6b384a726aa
Author: Ken Brown <kbrown@cornell.edu>
Date:   Fri Jun 1 08:31:43 2018 -0400

    Cygwin: Add pthread_rwlock_* fix to release notes

Diff:
---
 winsup/cygwin/release/2.10.1 | 3 +++
 1 file changed, 3 insertions(+)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]