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