diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-07-21 22:40:57 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-07-22 00:42:38 +0200 |
commit | 63c60cff12a956a090d9850dec68f176cb34ba7b (patch) | |
tree | 4bc1fd0e866504eff42122229afd193f15063c00 /malloc/Makefile | |
parent | 8eb4f2e404c795c539c1925f70a76b2c08b934c1 (diff) | |
download | glibc-63c60cff12a956a090d9850dec68f176cb34ba7b.tar glibc-63c60cff12a956a090d9850dec68f176cb34ba7b.tar.gz glibc-63c60cff12a956a090d9850dec68f176cb34ba7b.tar.bz2 glibc-63c60cff12a956a090d9850dec68f176cb34ba7b.zip |
malloc: Fix tst-mallocfork3-malloc-check link
It uses pthread.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 47369b6084..918828e050 100644 --- 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) |