public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] malloc: Add missing shared thread library flags
@ 2023-04-20 13:42 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-04-20 13:42 UTC (permalink / raw)
  To: libc-alpha

So tst-memalign-3 builds on Hurd.
---
 malloc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/malloc/Makefile b/malloc/Makefile
index 071dfdb9d8..f4cae2538c 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -352,6 +352,7 @@ $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library)
 $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library)
 $(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library)
 $(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library)
+$(objpfx)tst-memalign-3: $(shared-thread-library)
 
 tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so
 tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-20 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 13:42 [COMMITTED] malloc: Add missing shared thread library flags Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).