From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 7D296385800F; Wed, 21 Jul 2021 22:42:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D296385800F Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] malloc: Fix tst-mallocfork3-malloc-check link X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 8eb4f2e404c795c539c1925f70a76b2c08b934c1 X-Git-Newrev: 63c60cff12a956a090d9850dec68f176cb34ba7b Message-Id: <20210721224257.7D296385800F@sourceware.org> Date: Wed, 21 Jul 2021 22:42:57 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 22:42:57 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=63c60cff12a956a090d9850dec68f176cb34ba7b commit 63c60cff12a956a090d9850dec68f176cb34ba7b Author: Samuel Thibault Date: Wed Jul 21 22:40:57 2021 +0000 malloc: Fix tst-mallocfork3-malloc-check link It uses pthread. Diff: --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) 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)