From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4025 invoked by alias); 29 Mar 2017 20:18:49 -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 4005 invoked by uid 89); 29 Mar 2017 20:18:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:538 X-HELO: relay1.mentorg.com Date: Wed, 29 Mar 2017 20:18:00 -0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH v4] Macroize inclusion of math-finite.h In-Reply-To: <1490812858-32586-1-git-send-email-gftg@linux.vnet.ibm.com> Message-ID: References: <1490812858-32586-1-git-send-email-gftg@linux.vnet.ibm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-03/txt/msg00675.txt.bz2 On Wed, 29 Mar 2017, Gabriel F. T. Gomes wrote: > +/* Redirect __lgammal_r_finite to __lgamma_r_finite when __NO_LONG_DOUBLE_MATH > + is set and to itself otherwise. It also redirects lgamma_r_finite and > + lgammaf_r_finite to themselves. */ > +__MATH_REDIRCALL_INTERNAL (lgamma, _r, (_Mdouble_, int *)); The comment here should give the correct function names, __lgamma_r_finite and __lgammaf_r_finite. The patch is OK with that change. -- Joseph S. Myers joseph@codesourcery.com