summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/k_tanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/k_tanl.c')
-rw-r--r--sysdeps/m68k/fpu/k_tanl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/k_tanl.c b/sysdeps/m68k/fpu/k_tanl.c
new file mode 100644
index 0000000000..f2570e681f
--- /dev/null
+++ b/sysdeps/m68k/fpu/k_tanl.c
@@ -0,0 +1,3 @@
+#define FUNC tanl
+#define float_type long double
+#include <k_tan.c>