aboutsummaryrefslogtreecommitdiff
path: root/math/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/math_private.h')
-rw-r--r--math/math_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/math_private.h b/math/math_private.h
index 593cb7a068..84c1d9ad34 100644
--- a/math/math_private.h
+++ b/math/math_private.h
@@ -293,6 +293,8 @@ extern long double __scalbnl (long double, int);
extern long double __sqrtl (long double x);
extern long double fabsl (long double x);
extern void __sincosl (long double, long double *, long double *);
+extern long double __logbl (long double x);
+extern long double __significandl (long double x);
#endif
/* Prototypes for functions of the IBM Accurate Mathematical Library. */