aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-03 17:46:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-03 17:46:36 +0200
commit334b9d878e0b37582612c16624fc8e3488f5a650 (patch)
treedf9b95d105406130ea025ab817c7c3904ecac922 /malloc/Makefile
parentac3da35de5cf113edfd514c2fc8ccbaed4536aaf (diff)
downloadglibc-fw/tst-mallocfork2.tar.xz
glibc-fw/tst-mallocfork2.zip
malloc/tst-mallocfork2: Use process-shared barriersfw/tst-mallocfork2
This synchronization method has a lower overhead and makes it more likely that the signal arrives during one of the critical functions. Also test for fork deadlocks explicitly.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index aadf602dfd..d2fba29953 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -252,3 +252,4 @@ $(objpfx)tst-dynarray-fail-mem.out: $(objpfx)tst-dynarray-fail.out
$(objpfx)tst-malloc-tcache-leak: $(shared-thread-library)
$(objpfx)tst-malloc_info: $(shared-thread-library)
+$(objpfx)tst-mallocfork2: $(shared-thread-library)