2015-11-05 Joseph Myers <joseph@codesourcery.com>
+ [BZ #19209]
+ * math/bits/math-finite.h (ldexp): Remove declaration.
+ (ldexpf): Likewise.
+ (ldexpl): Likewise.
+
[BZ #19205]
* math/bits/math-finite.h (acosf): Condition declaration on
[__USE_ISOC99].
19003, 19007, 19012, 19016, 19018, 19032, 19046, 19048, 19049, 19050,
19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088,
19094, 19095, 19124, 19125, 19129, 19134, 19137, 19156, 19174, 19181,
- 19189, 19201, 19205.
+ 19189, 19201, 19205, 19209.
* A defect in the malloc implementation, present since glibc 2.15 (2012) or
glibc 2.10 via --enable-experimental-malloc (2009), could result in the
# endif
#endif
-/* ldexp. */
-extern double __REDIRECT_NTH (ldexp, (double, int), scalbn);
-#ifdef __USE_ISOC99
-extern float __REDIRECT_NTH (ldexpf, (float, int), scalbnf);
-# ifdef __MATH_DECLARE_LDOUBLE
-extern long double __REDIRECT_NTH (ldexpl, (long double, int), scalbnl);
-# endif
-#endif
-
/* pow. */
extern double __REDIRECT_NTH (pow, (double, double), __pow_finite);
#ifdef __USE_ISOC99