diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-08-06 13:53:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-08-06 14:01:27 -0300 |
commit | c2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9 (patch) | |
tree | 4000ad2ba74e313f5470466f295cbd9382692d54 /stdlib | |
parent | abe06b2614c1690ce74b054b16104d9af0283abb (diff) | |
download | glibc-c2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9.tar.gz glibc-c2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9.tar.xz glibc-c2a05c99e34539d16ebf2bb6234c8d2f2fdaa1f9.zip |
stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)
This avoids a Hurd build failure. Fixes commit c6af8a9a3c ("stdlib: Allow concurrent quick_exit (BZ 31997)").
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 043a452f72..347491de53 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -626,3 +626,4 @@ $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(objpfx)tst-qsort5: $(libm) $(objpfx)tst-concurrent-exit: $(shared-thread-library) +$(objpfx)tst-concurrent-quick_exit: $(shared-thread-library) |