aboutsummaryrefslogtreecommitdiff
path: root/math/e_exp10f.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_exp10f.c')
-rw-r--r--math/e_exp10f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/e_exp10f.c b/math/e_exp10f.c
index 5a06a1ecfe..93c41d00a6 100644
--- a/math/e_exp10f.c
+++ b/math/e_exp10f.c
@@ -18,7 +18,7 @@
#include <math.h>
#include <math_private.h>
-
+#include <libm-alias-finite.h>
float
__ieee754_exp10f (float arg)
@@ -29,4 +29,4 @@ __ieee754_exp10f (float arg)
this. */
return __ieee754_exp (M_LN10 * arg);
}
-strong_alias (__ieee754_exp10f, __exp10f_finite)
+libm_alias_finite (__ieee754_exp10f, __exp10f)