summaryrefslogtreecommitdiff
path: root/ports/sysdeps/m68k/m680x0/fpu/s_atanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/m68k/m680x0/fpu/s_atanf.c')
-rw-r--r--ports/sysdeps/m68k/m680x0/fpu/s_atanf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sysdeps/m68k/m680x0/fpu/s_atanf.c b/ports/sysdeps/m68k/m680x0/fpu/s_atanf.c
new file mode 100644
index 0000000000..c98559a8ba
--- /dev/null
+++ b/ports/sysdeps/m68k/m680x0/fpu/s_atanf.c
@@ -0,0 +1,5 @@
+#ifndef FUNC
+#define FUNC atanf
+#endif
+#define float_type float
+#include <s_atan.c>