summaryrefslogtreecommitdiff
path: root/libc/math/e_powl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/e_powl.c')
-rw-r--r--libc/math/e_powl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/math/e_powl.c b/libc/math/e_powl.c
index afc2248b6..ab79b1a4b 100644
--- a/libc/math/e_powl.c
+++ b/libc/math/e_powl.c
@@ -9,6 +9,7 @@ __ieee754_powl (long double x, long double y)
__set_errno (ENOSYS);
return 0.0;
}
+strong_alias (__ieee754_powl, __powl_finite)
stub_warning (powl)
#include <stub-tag.h>