From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14054 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Fix unintended global symbols in atanl.c Date: Wed, 3 Apr 2019 15:49:27 +0200 Message-ID: <20190403134927.GU26605@port70.net> References: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="213003"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Dan Gohman To: musl@lists.openwall.com Original-X-From: musl-return-14070-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 03 15:49:43 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hBgGt-000tHb-1R for gllmg-musl@m.gmane.org; Wed, 03 Apr 2019 15:49:43 +0200 Original-Received: (qmail 14064 invoked by uid 550); 3 Apr 2019 13:49:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14040 invoked from network); 3 Apr 2019 13:49:40 -0000 Mail-Followup-To: musl@lists.openwall.com, Dan Gohman Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:14054 Archived-At: * Dan Gohman [2019-04-03 05:56:08 -0700]: > Mark atanhi, atanlo, and aT in atanl.c as static, as they're not intended > to be part of the public API. > > These are already static in the LDBL_MANT_DIG == 64 code, so this patch is > just making the LDBL_MANT_DIG == 113 code do the same thing. the patch looks ok thanks.