]> Savannah Git Hosting - gnulib.git/commitdiff
pthread-once tests: Fix crash on mingw.
authorBruno Haible <bruno@clisp.org>
Wed, 29 May 2024 11:41:20 +0000 (13:41 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 29 May 2024 11:41:20 +0000 (13:41 +0200)
* modules/pthread-once-tests (Depends-on): Add pthread-rwlock.

ChangeLog
modules/pthread-once-tests

index 0baa9c761527df48c45a5674b872c18bd37244f8..821e281e527b7c25565b3cbbeb595286048422e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-29  Bruno Haible  <bruno@clisp.org>
+
+       pthread-once tests: Fix crash on mingw.
+       * modules/pthread-once-tests (Depends-on): Add pthread-rwlock.
+
 2024-05-29  Bruno Haible  <bruno@clisp.org>
 
        lock: Work around Cygwin 3.5.3 bug.
index fc89cbcfcfb436325173d6ac3554d3cc443f9f69..9df34462f009e82731b3194592363c5dccb232c9 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 Depends-on:
 pthread-thread
 pthread-mutex
+pthread-rwlock
 sched_yield
 
 configure.ac: