From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- sysdeps/m68k/fpu/rint.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sysdeps/m68k/fpu/rint.c (limited to 'sysdeps/m68k/fpu/rint.c') diff --git a/sysdeps/m68k/fpu/rint.c b/sysdeps/m68k/fpu/rint.c new file mode 100644 index 0000000000..f83a4e4c3f --- /dev/null +++ b/sysdeps/m68k/fpu/rint.c @@ -0,0 +1,5 @@ +#define FUNC __rint +#define OP intr +#include + +weak_alias (__rint, rint) -- cgit v1.2.3