From 36ada9ee2cd3b686df6952446b92816584eacbb8 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 11 Nov 2019 09:20:09 +0100 Subject: support: Add support_set_small_thread_stack_size And support_small_stack_thread_attribute Change-Id: I1cf79a469984f8f30a4a947ee9ec2a5e74de8926 --- support/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index ca238ee..a6081bb 100644 --- a/support/Makefile +++ b/support/Makefile @@ -63,7 +63,9 @@ libsupport-routines = \ support_quote_string \ support_record_failure \ support_run_diff \ + support_set_small_thread_stack_size \ support_shared_allocate \ + support_small_stack_thread_attribute \ support_subprocess \ support_test_compare_blob \ support_test_compare_failure \ -- cgit v1.1