summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-20 16:40:20 +0200
committerBruno Haible <bruno@clisp.org>2023-04-20 16:40:20 +0200
commitebb4fc023d744ea059d1bc5c820213ceb8a370bf (patch)
treefccb950574a8a4b130887d7617ac660e69b8ca1a /ChangeLog
parente524987de9c1746ad1c9d3def0adff2582545eb9 (diff)
downloadgnulib-ebb4fc023d744ea059d1bc5c820213ceb8a370bf.tar.gz
Fix uses of libwinpthread on mingw 10.
* m4/threadlib.m4 (gl_WEAK_SYMBOLS): On mingw, set the result to "guessing no".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca6b2caf69..485ed10025 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-04-20 Bruno Haible <bruno@clisp.org>
+ Fix uses of libwinpthread on mingw 10.
+ * m4/threadlib.m4 (gl_WEAK_SYMBOLS): On mingw, set the result to
+ "guessing no".
+
+2023-04-20 Bruno Haible <bruno@clisp.org>
+
Move remaining call_once tests from mtx-tests to call_once-tests.
* tests/test-call_once1.c: Renamed from tests/test-call_once.c.
* tests/test-call_once2.c: New file, based on tests/test-mtx.c.