summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/s_ccoshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/s_ccoshl.c')
-rw-r--r--sysdeps/m68k/fpu/s_ccoshl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_ccoshl.c b/sysdeps/m68k/fpu/s_ccoshl.c
new file mode 100644
index 0000000000..6f1d1e5f85
--- /dev/null
+++ b/sysdeps/m68k/fpu/s_ccoshl.c
@@ -0,0 +1,4 @@
+#define SUFF l
+#define float_type long double
+#define huge_val HUGE_VALL
+#include <s_ccosh.c>