glibc/math/bits
Joseph Myers f3a129b872 Fix bits/math-finite.h exp10 condition (bug 22082).
bits/math-finite.h handles exp10 if __USE_GNU.  It should use the
condition __GLIBC_USE (IEC_60559_FUNCS_EXT), as in bits/mathcalls.h.
This patch fixes the condition.

Tested for x86_64.

	[BZ #22082]
	* math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
	(IEC_60559_FUNCS_EXT)], not [__USE_GNU].
2017-09-04 16:28:23 +00:00
..
cmathcalls.h float128: Add public _Float128 declarations to libm. 2017-05-15 10:08:56 -03:00
math-finite.h Fix bits/math-finite.h exp10 condition (bug 22082). 2017-09-04 16:28:23 +00:00
mathcalls-helper-functions.h Split helper classification macros from mathcalls.h 2017-03-15 09:39:16 -03:00
mathcalls.h Obsolete pow10 functions. 2017-09-01 21:13:18 +00:00