m68k specific implementation for trunc for float.
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:46:42 +0000 (14:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:46:42 +0000 (14:46 +0000)
sysdeps/m68k/fpu/s_truncf.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/s_truncf.c b/sysdeps/m68k/fpu/s_truncf.c
new file mode 100644 (file)
index 0000000..44dca74
--- /dev/null
@@ -0,0 +1,2 @@
+#define        FUNC truncf
+#include <s_atanf.c>