summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/rint.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/rint.c')
-rw-r--r--sysdeps/m68k/fpu/rint.c5
1 files changed, 5 insertions, 0 deletions
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 <acos.c>
+
+weak_alias (__rint, rint)