diff options
Diffstat (limited to 'math/w_powl_compat.c')
-rw-r--r-- | math/w_powl_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_powl_compat.c b/math/w_powl_compat.c index 9159f610d2..3679f840cf 100644 --- a/math/w_powl_compat.c +++ b/math/w_powl_compat.c @@ -19,6 +19,7 @@ #include <math.h> #include <math_private.h> #include <math-svid-compat.h> +#include <libm-alias-ldouble.h> #if LIBM_SVID_COMPAT @@ -59,5 +60,5 @@ __powl (long double x, long double y) return z; } -weak_alias (__powl, powl) +libm_alias_ldouble (__pow, pow) #endif |