summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/e_atan2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/e_atan2l.c')
-rw-r--r--sysdeps/m68k/fpu/e_atan2l.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_atan2l.c b/sysdeps/m68k/fpu/e_atan2l.c
index 0d43a77b9e..426ca94baa 100644
--- a/sysdeps/m68k/fpu/e_atan2l.c
+++ b/sysdeps/m68k/fpu/e_atan2l.c
@@ -1,2 +1,3 @@
-#define FUNC __ieee754_atan2l
-#include <e_fmodl.c>
+#define SUFF l
+#define float_type long double
+#include <e_atan2.c>