about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ia64/fpu/w_lgamma_r_compat.c (renamed from sysdeps/ia64/fpu/w_lgamma_r.c)0
-rw-r--r--sysdeps/ia64/fpu/w_lgammaf_r_compat.c (renamed from sysdeps/ia64/fpu/w_lgammaf_r.c)0
-rw-r--r--sysdeps/ia64/fpu/w_lgammal_r_compat.c (renamed from sysdeps/ia64/fpu/w_lgammal_r.c)0
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c (renamed from sysdeps/ieee754/ldbl-opt/w_lgamma_r.c)2
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c (renamed from sysdeps/ieee754/ldbl-opt/w_lgammal_r.c)2
5 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/w_lgamma_r.c b/sysdeps/ia64/fpu/w_lgamma_r_compat.c
index 41254ae60a..41254ae60a 100644
--- a/sysdeps/ia64/fpu/w_lgamma_r.c
+++ b/sysdeps/ia64/fpu/w_lgamma_r_compat.c
diff --git a/sysdeps/ia64/fpu/w_lgammaf_r.c b/sysdeps/ia64/fpu/w_lgammaf_r_compat.c
index 41254ae60a..41254ae60a 100644
--- a/sysdeps/ia64/fpu/w_lgammaf_r.c
+++ b/sysdeps/ia64/fpu/w_lgammaf_r_compat.c
diff --git a/sysdeps/ia64/fpu/w_lgammal_r.c b/sysdeps/ia64/fpu/w_lgammal_r_compat.c
index 41254ae60a..41254ae60a 100644
--- a/sysdeps/ia64/fpu/w_lgammal_r.c
+++ b/sysdeps/ia64/fpu/w_lgammal_r_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgamma_r.c b/sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
index eeab6a6b47..673954cd1a 100644
--- a/sysdeps/ieee754/ldbl-opt/w_lgamma_r.c
+++ b/sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
-#include <math/w_lgamma_r.c>
+#include <math/w_lgamma_r_compat.c>
 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
 compat_symbol (libm, __lgamma_r, lgammal_r, GLIBC_2_0);
 #endif
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgammal_r.c b/sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
index 25459758d7..6fdf2bba87 100644
--- a/sysdeps/ieee754/ldbl-opt/w_lgammal_r.c
+++ b/sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
 #undef weak_alias
 #define weak_alias(n,a)
-#include <math/w_lgammal_r.c>
+#include <math/w_lgammal_r_compat.c>
 long_double_symbol (libm, __lgammal_r, lgammal_r);