https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3dcc10ec902370d8290ef793275de1e7f3679bf3
commit 3dcc10ec902370d8290ef793275de1e7f3679bf3 Author: Ken Brown <[email protected]> Date: Tue Jun 25 16:38:39 2019 -0400 Tweak release message Diff: --- winsup/cygwin/release/3.1.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 index e8144d4..c8fe555 100644 --- a/winsup/cygwin/release/3.1.0 +++ b/winsup/cygwin/release/3.1.0 @@ -35,5 +35,5 @@ Bug Fixes layer so using it in send(2), sendto(2), or sendmsg(2) will return -1 with errno set to EOPNOTSUPP and recvmsg(2) will never return it. -- Fix a race condition in the timerfd code. +- Fix a timerfd deadlock. Addresses: https://cygwin.com/ml/cygwin/2019-06/msg00096.html
