From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89316 invoked by alias); 26 Oct 2016 09:48:56 -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 89303 invoked by uid 89); 26 Oct 2016 09:48:56 -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=Style X-HELO: homiemail-a42.g.dreamhost.com Reply-To: siddhesh@sourceware.org Subject: Re: [PATCH 4/6] Initialize tunable list with the GLIBC_TUNABLES environment variable References: <1477320168-23397-1-git-send-email-siddhesh@sourceware.org> <1477320168-23397-5-git-send-email-siddhesh@sourceware.org> To: Andreas Schwab Cc: libc-alpha@sourceware.org From: Siddhesh Poyarekar Message-ID: Date: Wed, 26 Oct 2016 09:48: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/msg00451.txt.bz2 On Monday 24 October 2016 08:31 PM, Andreas Schwab wrote: > On Okt 24 2016, Siddhesh Poyarekar wrote: > >> @@ -44,6 +47,27 @@ is_name (const char *orig, const char *envname) >> return false; >> } >> >> +static char *tunables_strdup (const char *in) > > Style: break after return type. > Thanks, fixed in my local copy. Siddhesh