aboutsummaryrefslogtreecommitdiff
path: root/math/w_powf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_powf_compat.c')
-rw-r--r--math/w_powf_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_powf_compat.c b/math/w_powf_compat.c
index ce1235baee..39e818af7e 100644
--- a/math/w_powf_compat.c
+++ b/math/w_powf_compat.c
@@ -19,6 +19,7 @@
#include <math.h>
#include <math_private.h>
#include <math-svid-compat.h>
+#include <libm-alias-float.h>
#if LIBM_SVID_COMPAT
@@ -59,5 +60,5 @@ __powf (float x, float y)
return z;
}
-weak_alias (__powf, powf)
+libm_alias_float (__pow, pow)
#endif