From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 4AF223842435; Wed, 23 Mar 2022 16:32:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AF223842435 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] malloc: Fix duplicate inline for do_set_mxfast X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: f60e45ba10f0ca2794318de95720cdbdb6ff20d0 X-Git-Newrev: a4ea49f85ea421979e8b269e286e450daac57454 Message-Id: <20220323163216.4AF223842435@sourceware.org> Date: Wed, 23 Mar 2022 16:32:16 +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, 23 Mar 2022 16:32:16 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a4ea49f85ea421979e8b269e286e450daac57454 commit a4ea49f85ea421979e8b269e286e450daac57454 Author: Adhemerval Zanella Date: Wed Mar 9 17:24:00 2022 -0300 malloc: Fix duplicate inline for do_set_mxfast Diff: --- malloc/malloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/malloc/malloc.c b/malloc/malloc.c index 1a1ac1d8f0..09e5ff2bce 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -5412,8 +5412,7 @@ do_set_tcache_unsorted_limit (size_t value) } #endif -static inline int -__always_inline +static __always_inline int do_set_mxfast (size_t value) { if (value <= MAX_FAST_SIZE)