diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_atanh.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/e_atanh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_atanh.c b/sysdeps/m68k/m680x0/fpu/e_atanh.c index f5f7e7b520..50978bed34 100644 --- a/sysdeps/m68k/m680x0/fpu/e_atanh.c +++ b/sysdeps/m68k/m680x0/fpu/e_atanh.c @@ -1,3 +1,3 @@ #define FUNC __ieee754_atanh -#define FUNC_FINITE __atanh_finite +#define FUNC_FINITE __atanh #include <e_acos.c> |