about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-64-128
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-64-128')
-rw-r--r--sysdeps/ieee754/ldbl-64-128/w_expl_compat.c (renamed from sysdeps/ieee754/ldbl-64-128/w_expl.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-64-128/w_expl.c b/sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
index 2a402b04c0..37c153e2a4 100644
--- a/sysdeps/ieee754/ldbl-64-128/w_expl.c
+++ b/sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
 #undef weak_alias
 #define weak_alias(n,a)
-#include <sysdeps/ieee754/ldbl-128/w_expl.c>
+#include <sysdeps/ieee754/ldbl-128/w_expl_compat.c>
 long_double_symbol (libm, __expl, expl);