This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4] Macroize inclusion of math-finite.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]