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

diff --git a/sysdeps/m68k/fpu/s_trunc.c b/sysdeps/m68k/fpu/s_trunc.c
new file mode 100644 (file)
index 0000000..96f29a7
--- /dev/null
@@ -0,0 +1,2 @@
+#define        FUNC trunc
+#include <s_atan.c>