From 0c001d5c7fd4c6c5d9ceeb55ba5fac1780b441af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 16:57:17 -0400 Subject: Fix or remove non-portable features in thread API Thread function return values are inconsistent between nearly every threading API out there. So, just ignore them entirely, and provide a typedef and sentinel value so user code can be portable. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2a31887..2f10fbb 100644 --- a/meson.build +++ b/meson.build @@ -184,6 +184,7 @@ sequential_tests = [ threaded_tests = [ 'test_ring', 'test_sem', + 'test_thread', ] if not get_option('tests').disabled() and not meson.is_subproject() -- cgit v1.2.1