summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c b/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
deleted file mode 100644
index b2ce5c9563..0000000000
--- a/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <math_ldbl_opt.h>
-#undef weak_alias
-#define weak_alias(n,a)
-#include <math/w_remainderl_compat.c>
-long_double_symbol (libm, __remainderl, remainderl);
-strong_alias (__remainderl, __dreml)
-long_double_symbol (libm, __dreml, dreml);