diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_asin.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/e_asin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_asin.c b/sysdeps/m68k/m680x0/fpu/e_asin.c index 271a1f23d2..76f28680cb 100644 --- a/sysdeps/m68k/m680x0/fpu/e_asin.c +++ b/sysdeps/m68k/m680x0/fpu/e_asin.c @@ -1,3 +1,3 @@ #define FUNC __ieee754_asin -#define FUNC_FINITE __asin_finite +#define FUNC_FINITE __asin #include <e_acos.c> |