about summary refs log tree commit diff
path: root/sysdeps/m68k/fpu/e_acosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/e_acosf.c')
-rw-r--r--sysdeps/m68k/fpu/e_acosf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/e_acosf.c b/sysdeps/m68k/fpu/e_acosf.c
new file mode 100644
index 0000000000..90665082d3
--- /dev/null
+++ b/sysdeps/m68k/fpu/e_acosf.c
@@ -0,0 +1,5 @@
+#ifndef	FUNC
+#define	FUNC	__ieee754_acosf
+#endif
+#define float_type float
+#include <e_acos.c>