From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64768 invoked by alias); 24 Oct 2016 17:30:42 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 64671 invoked by uid 89); 24 Oct 2016 17:30:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] To: Joseph Myers References: <4e918c27-a9bc-e7d5-7443-62df02746566@redhat.com> Cc: GNU C Library From: Florian Weimer Message-ID: <1e9cafc3-9516-a4ec-99b7-9eae878ca21f@redhat.com> Date: Mon, 24 Oct 2016 17:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00400.txt.bz2 On 10/24/2016 07:24 PM, Joseph Myers wrote: > On Mon, 24 Oct 2016, Florian Weimer wrote: > >> This patch didn't make it into 2.24 because we got distracted by >> __malloc_initialize_hook, but I think we had consensus to do this (without >> prior deprecation). > > The SHLIB_COMPAT conditional needs updating given that 2.25 is the version > with the removal. Thanks, I fixed it in my local copy. Florian