summaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-08 15:29:13 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-08 15:29:13 +0200
commitb2f601ba9ac02bf069fd6d8aa925ed15445fd02b (patch)
treec59fc43d7a4652fc3214a7891377289b0c347d81 /malloc/Makefile
parent7621676f7a5130c030f7fff1cab72dbf2993b837 (diff)
downloadglibc-b2f601ba9ac02bf069fd6d8aa925ed15445fd02b.tar.gz
malloc/tst-mallocfork2: Use process-shared barriers
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. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
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)