From f52b47eea4c5de553d202669f91e6f4f14668592 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 Jul 2019 23:35:27 +0300 Subject: Add workaround for data race in libstdc++'s locale(const locale&, Facet*) constructor --- build2/test/init.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/test/init.hxx') diff --git a/build2/test/init.hxx b/build2/test/init.hxx index f429645..5272a4d 100644 --- a/build2/test/init.hxx +++ b/build2/test/init.hxx @@ -25,6 +25,9 @@ namespace build2 bool, bool, const variable_map&); + + extern "C" module_functions + build2_test_load (); } } -- cgit v1.1