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=c63c9c8e61951a64f267f2724f3801b78fe63b96;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 0baa9c7615..821e281e52 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-29 Bruno Haible lock: Work around Cygwin 3.5.3 bug. 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: