From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123645 invoked by alias); 27 Oct 2016 03:12:07 -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 123614 invoked by uid 89); 27 Oct 2016 03:12:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=Delorie, delorie, H*M:1414 X-HELO: homiemail-a42.g.dreamhost.com Reply-To: siddhesh@sourceware.org Subject: Re: [PATCH 1/6] Static inline functions for mallopt helpers References: <1477320168-23397-1-git-send-email-siddhesh@sourceware.org> <1477320168-23397-2-git-send-email-siddhesh@sourceware.org> To: DJ Delorie Cc: libc-alpha@sourceware.org From: Siddhesh Poyarekar Message-ID: <35f2c517-1414-9a17-6c65-fb3405c9c79d@sourceware.org> Date: Thu, 27 Oct 2016 03:12:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00484.txt.bz2 On Wednesday 26 October 2016 11:21 PM, DJ Delorie wrote: > > - /* Forbid setting the threshold too high. */ > > This comment got lost. > > It would be nice if the functions were in the same order as the cases in > the switch statement. > > Otherwise OK. Thanks, I've fixed both points and pushed this patch. Siddhesh