Skip to content

Commit a439763

Browse files
committed
Cygwin: Add pthread_key fix in release note
Signed-off-by: Takashi Yano <[email protected]>
1 parent 7930b49 commit a439763

File tree

1 file changed

+4
-0
lines changed
  • winsup/cygwin/release

1 file changed

+4
-0
lines changed

winsup/cygwin/release/3.6.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ Fixes:
4545
- Fix up cached DOS attributes when trying to create the same file in
4646
two (or more) threads/processes concurrently.
4747
Addresses: https://cygwin.com/pipermail/cygwin/2025-April/257871.html
48+
49+
- Fix deadlock when calling pthread_key_create in the destructor of
50+
a pthread_key.
51+
Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257705.html

0 commit comments

Comments
 (0)