glibc/math/bits
Gabriel F. T. Gomes 1361e98d56 Fix condition for inclusion of math-finite.h for long double
The condition for declaration of long double functions in
math-finite.h was #ifdef __MATH_DECLARE_LDOUBLE before the
macroization of this file.  After the macroization, it was incorreclty
changed to #if __MATH_DECLARE_LDOUBLE, which broke the build for arm.

	* math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
	* math/bits/math-finite.h: Likewise.
2017-03-31 14:50:00 -03:00
..
cmathcalls.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
math-finite.h Fix condition for inclusion of math-finite.h for long double 2017-03-31 14:50:00 -03:00
mathcalls-helper-functions.h Split helper classification macros from mathcalls.h 2017-03-15 09:39:16 -03:00
mathcalls.h Remove C++ namespace handling from glibc headers. 2017-03-16 13:31:57 +00:00