From: Ulrich Drepper Date: Wed, 2 Apr 1997 14:46:33 +0000 (+0000) Subject: m68k specific implementation for trunc for double. X-Git-Tag: glibc-2.16-ports-before-merge~3642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9007c976b097bbadd1f9e5406cf44f3d1a827fe;p=thirdparty%2Fglibc.git m68k specific implementation for trunc for double. --- diff --git a/sysdeps/m68k/fpu/s_trunc.c b/sysdeps/m68k/fpu/s_trunc.c new file mode 100644 index 00000000000..96f29a776c9 --- /dev/null +++ b/sysdeps/m68k/fpu/s_trunc.c @@ -0,0 +1,2 @@ +#define FUNC trunc +#include