Cygwin: Add pthread_rwlock_* fix to release notes

This commit is contained in:
Ken Brown 2018-06-01 08:31:43 -04:00 committed by Corinna Vinschen
parent 59847b5d73
commit a7c23d109f
1 changed files with 3 additions and 0 deletions

View File

@ -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