]> sourceware.org Git - glibc.git/commitdiff
stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Aug 2024 16:53:52 +0000 (13:53 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Aug 2024 17:01:27 +0000 (14:01 -0300)
This avoids a Hurd build failure.  Fixes commit c6af8a9a3c
("stdlib: Allow concurrent quick_exit (BZ 31997)").

stdlib/Makefile

index 043a452f720ae029ebe42f9589ca420c3836d813..347491de53b8eef0deb7e242763bd8af6b7abdac 100644 (file)
@@ -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)
This page took 0.038965 seconds and 5 git commands to generate.