From 21b704c2e7753a9379aebb498fe425a6936c2007 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 May 2024 16:59:59 +0200 Subject: [PATCH] call_once tests: Fix link error on mingw. * modules/call_once-tests (Depends-on): Add mtx. --- ChangeLog | 5 +++++ modules/call_once-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6183a5c35..e368386dac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-29 Bruno Haible + + call_once tests: Fix link error on mingw. + * modules/call_once-tests (Depends-on): Add mtx. + 2024-05-29 Bruno Haible pthread-once tests: Fix crash on mingw. diff --git a/modules/call_once-tests b/modules/call_once-tests index 7889c9a1d7..6199acb886 100644 --- a/modules/call_once-tests +++ b/modules/call_once-tests @@ -6,6 +6,7 @@ tests/macros.h Depends-on: thrd lock +mtx stdint configure.ac: -- 2.39.5