From a7c23d109f2e7d7fed5e1453b47ad6b384a726aa Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Fri, 1 Jun 2018 08:31:43 -0400 Subject: [PATCH] Cygwin: Add pthread_rwlock_* fix to release notes --- 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 c133124ae..42d9d1110 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