]> 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>
Fri, 31 May 2024 22:06:28 +0000 (00:06 +0200)
* modules/pthread-once-tests (Depends-on): Add pthread-rwlock.

ChangeLog
modules/pthread-once-tests

index 21144a3dff9f25d001def52b62f7a79976048981..f6183a5c35fabb987271f33cdd578fde230f4efe 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-27  Bruno Haible  <bruno@clisp.org>
 
        nstrftime: Make %r work on macOS, FreeBSD, native Windows.
index fc89cbcfcfb436325173d6ac3554d3cc443f9f69..9df34462f009e82731b3194592363c5dccb232c9 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 Depends-on:
 pthread-thread
 pthread-mutex
+pthread-rwlock
 sched_yield
 
 configure.ac: