From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 6D2283858D1E; Tue, 2 May 2023 19:08:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D2283858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683054499; bh=s9gc1BAdjcunyE52L4ziPWe98cOMyui7hQzVIADDN+Y=; h=From:To:Subject:Date:From; b=kMPoQWIjzySZIZteNlNzusd26wpQMMIWUgyL4qIHUq4KUtQNcKQYPel2ut2Ru0Jxc CZlAG37evie14OMuyciyrypzuSQ92QJBfvQNyGKHum+nzwkPdvXCOFbFr5wO/QCorC CkBQw7QgOc2w88k84Q37P5TrwFr+h103hPT0YTyY= 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-memalign-3 link against threads X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 2ed072d20145ce67d4f28052a753b72b12bd6977 X-Git-Newrev: c999c38f6fe3626a8e58df15aae929c5348724e1 Message-Id: <20230502190819.6D2283858D1E@sourceware.org> Date: Tue, 2 May 2023 19:08:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c999c38f6fe3626a8e58df15aae929c5348724e1 commit c999c38f6fe3626a8e58df15aae929c5348724e1 Author: Samuel Thibault Date: Tue May 2 21:07:31 2023 +0200 malloc: Fix tst-memalign-3 link against threads Diff: --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/malloc/Makefile b/malloc/Makefile index f4cae2538c..41c4f33c2a 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -190,6 +190,7 @@ $(objpfx)tst-mallocfork2-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-memalign-3: $(shared-thread-library) # These should be removed by `make clean'. extra-objs = mcheck-init.o libmcheck.a