diff options
Diffstat (limited to 'math/w_powl_compat.c')
-rw-r--r-- | math/w_powl_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_powl_compat.c b/math/w_powl_compat.c index b25dad870d..9159f610d2 100644 --- a/math/w_powl_compat.c +++ b/math/w_powl_compat.c @@ -21,6 +21,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper powl */ long double __powl (long double x, long double y) @@ -59,3 +60,4 @@ __powl (long double x, long double y) return z; } weak_alias (__powl, powl) +#endif |