about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-08-30 13:43:56 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-08-30 13:43:56 +0200
commit032d74eaf6179100048a5bf0ce942e97dc8b9a60 (patch)
tree2e1592719e454240801d69dcca6576211cd28b8a /support/Makefile
parent6090a4a1b32fd7859d0ad5b7e9b240bd5fa04b3f (diff)
downloadglibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.tar.gz
glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.tar.xz
glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.zip
support: Add support_wait_for_thread_exit
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/Makefile b/support/Makefile
index 6332e7b607..2a0731796f 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 \