diff options
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 41254ae..41254ae 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 41254ae..41254ae 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 41254ae..41254ae 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 eeab6a6..673954c 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 2545975..6fdf2bb 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); |