summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/e_atan2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/e_atan2f.c')
-rw-r--r--sysdeps/m68k/fpu/e_atan2f.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_atan2f.c b/sysdeps/m68k/fpu/e_atan2f.c
index a4c5ebdfd3..a0c750a759 100644
--- a/sysdeps/m68k/fpu/e_atan2f.c
+++ b/sysdeps/m68k/fpu/e_atan2f.c
@@ -1,2 +1,3 @@
-#define FUNC __ieee754_atan2f
-#include <e_fmodf.c>
+#define SUFF f
+#define float_type float
+#include <e_atan2.c>