From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 620121F45E for ; Mon, 17 Feb 2020 18:35:30 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Vcnl5j7/Z+K4rLkH HvIngHS1ZDRWvdx7c5xvbHwuvOVO3kmVUMkj5qVgcC/Le1Xtvnm0VWu4R4Fyv7Wb aGx2xPdpy/ofK7HzQ3l/X0b7npH2ByVgUfDXzubWI0njo+j1XKsY0Nminy7PRBI2 pIpALC+AMDhAv66xeqhJN55ynrM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=KIfy0zfj+h/7EXPRuU4s4r o3ZtY=; b=T+fdqV+D76tEIZgckRj4JLww5OIskvu53blgwtVarVQZCtjD/10Vh1 wk79ZlQSX0ZEVdB29t42ncHOQQc2ddschB5P3R7cWuX48WfYdRwwaaILIJd/3aEL auvR1ZE7alSEp4SodvcFBcbfJMy1y9qMM+aWxX4ACxXInzXfD0I5Q= Received: (qmail 50185 invoked by alias); 17 Feb 2020 18:35:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 50176 invoked by uid 89); 17 Feb 2020 18:35:27 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] stdlib: Reduce namespace pollution in To: Florian Weimer , Andreas Schwab Cc: libc-alpha@sourceware.org References: <877e0lscqu.fsf@oldenburg2.str.redhat.com> <87k14lqvep.fsf@oldenburg2.str.redhat.com> From: Paul Eggert Message-ID: Date: Mon, 17 Feb 2020 10:35:24 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <87k14lqvep.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2/17/20 3:56 AM, Florian Weimer wrote: > the namespace pollution results in test failures, and this patch > fixes them. This obvious patch looks good, with the commit-message fix Andreas suggested.