commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] malloc: Fix tst-memalign-3 link against threads


From: Samuel Thibault
Subject: [hurd,commited] malloc: Fix tst-memalign-3 link against threads
Date: Tue, 2 May 2023 21:26:54 +0200

---
 malloc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/malloc/Makefile b/malloc/Makefile
index f4cae2538c..41c4f33c2a 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -190,6 +190,7 @@ $(objpfx)tst-mallocfork2-malloc-hugetlb2: 
$(shared-thread-library)
 $(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: 
$(shared-thread-library)
+$(objpfx)tst-memalign-3: $(shared-thread-library)
 
 # These should be removed by `make clean'.
 extra-objs = mcheck-init.o libmcheck.a
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]