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