From 032d74eaf6179100048a5bf0ce942e97dc8b9a60 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 30 Aug 2021 13:43:56 +0200 Subject: support: Add support_wait_for_thread_exit --- support/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index 6332e7b..2a07317 100644 --- a/support/Makefile +++ b/support/Makefile @@ -83,9 +83,10 @@ libsupport-routines = \ support_test_compare_blob \ support_test_compare_failure \ support_test_compare_string \ - support_write_file_string \ support_test_main \ support_test_verify_impl \ + support_wait_for_thread_exit \ + support_write_file_string \ temp_file \ timespec \ timespec-time64 \ -- cgit v1.1