Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-11-13 22:01:36 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-11-13 22:01:54 +0300
commitd223f095905a100633a0a8af0d6f645e07db15d4 (patch)
treeac23eeac3841aa2b6fa35ee473c12f783d5a8103 /winsup
parente9c4a281e56518a5c62a727068fda02a364d3a52 (diff)
Add release text for random(3) fix
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.4.103
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.10 b/winsup/cygwin/release/3.4.10
index ec28cdf7e..bcc516427 100644
--- a/winsup/cygwin/release/3.4.10
+++ b/winsup/cygwin/release/3.4.10
@@ -9,3 +9,6 @@ Bug Fixes
- Let feraiseexcept actually raise an exception.
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html
+
+- Make random(3) family of functions thread-safe.
+ Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html