diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-08-30 13:43:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-08-30 13:43:56 +0200 |
commit | 032d74eaf6179100048a5bf0ce942e97dc8b9a60 (patch) | |
tree | 2e1592719e454240801d69dcca6576211cd28b8a /support/Makefile | |
parent | 6090a4a1b32fd7859d0ad5b7e9b240bd5fa04b3f (diff) | |
download | glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.tar glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.tar.gz glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.tar.bz2 glibc-032d74eaf6179100048a5bf0ce942e97dc8b9a60.zip |
support: Add support_wait_for_thread_exit
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 3 |
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 \ |