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