projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb4f2e
)
malloc: Fix tst-mallocfork3-malloc-check link
author
Samuel Thibault
<samuel.thibault@ens-lyon.org>
Wed, 21 Jul 2021 22:40:57 +0000
(22:40 +0000)
committer
Samuel Thibault
<samuel.thibault@ens-lyon.org>
Wed, 21 Jul 2021 22:42:38 +0000
(
00:42
+0200)
It uses pthread.
malloc/Makefile
patch
|
blob
|
history
diff --git
a/malloc/Makefile
b/malloc/Makefile
index
47369b6
..
918828e
100644
(file)
--- a/
malloc/Makefile
+++ b/
malloc/Makefile
@@
-147,6
+147,7
@@
$(objpfx)tst-malloc-thread-exit-mcheck: $(shared-thread-library)
$(objpfx)tst-malloc-thread-fail-mcheck: $(shared-thread-library)
$(objpfx)tst-malloc-fork-deadlock-mcheck: $(shared-thread-library)
$(objpfx)tst-malloc-stats-cancellation-mcheck: $(shared-thread-library)
+$(objpfx)tst-mallocfork3-malloc-check: $(shared-thread-library)
$(objpfx)tst-malloc-backtrace-malloc-check: $(shared-thread-library)
$(objpfx)tst-malloc-thread-exit-malloc-check: $(shared-thread-library)
$(objpfx)tst-malloc-thread-fail-malloc-check: $(shared-thread-library)