From: Bruno Haible Date: Wed, 29 May 2024 11:41:20 +0000 (+0200) Subject: pthread-once tests: Fix crash on mingw. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0b2aef0403ae9c1ed1775d720331bddaa96c05f9;p=gnulib.git pthread-once tests: Fix crash on mingw. * modules/pthread-once-tests (Depends-on): Add pthread-rwlock. --- diff --git a/ChangeLog b/ChangeLog index 21144a3dff..f6183a5c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-29 Bruno Haible + + pthread-once tests: Fix crash on mingw. + * modules/pthread-once-tests (Depends-on): Add pthread-rwlock. + 2024-05-27 Bruno Haible nstrftime: Make %r work on macOS, FreeBSD, native Windows. diff --git a/modules/pthread-once-tests b/modules/pthread-once-tests index fc89cbcfcf..9df34462f0 100644 --- a/modules/pthread-once-tests +++ b/modules/pthread-once-tests @@ -6,6 +6,7 @@ tests/macros.h Depends-on: pthread-thread pthread-mutex +pthread-rwlock sched_yield configure.ac: