diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_powl_compat.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/w_powl_compat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_powl_compat.c b/sysdeps/ieee754/ldbl-opt/w_powl_compat.c deleted file mode 100644 index c6f8d859be..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_powl_compat.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <math_ldbl_opt.h> -#undef weak_alias -#define weak_alias(n,a) -#include <math/w_powl_compat.c> -#if LIBM_SVID_COMPAT -long_double_symbol (libm, __powl, powl); -#endif |