diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-11-11 09:20:09 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-11-11 13:40:55 +0100 |
commit | 36ada9ee2cd3b686df6952446b92816584eacbb8 (patch) | |
tree | bd4991f3db5f333589e234b3af0f7be9886832ca /support/Makefile | |
parent | fc141ea78ee3d87c67b18488827fe2d89c9343e7 (diff) | |
download | glibc-36ada9ee2cd3b686df6952446b92816584eacbb8.tar.gz glibc-36ada9ee2cd3b686df6952446b92816584eacbb8.tar.xz glibc-36ada9ee2cd3b686df6952446b92816584eacbb8.zip |
support: Add support_set_small_thread_stack_size
And support_small_stack_thread_attribute Change-Id: I1cf79a469984f8f30a4a947ee9ec2a5e74de8926
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index ca238ee8b4..a6081bba98 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 \ |