aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/memmove.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/mips/string/memmove.S')
-rw-r--r--lib/libc/mips/string/memmove.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/mips/string/memmove.S b/lib/libc/mips/string/memmove.S
new file mode 100644
index 000000000000..29d9e707ee46
--- /dev/null
+++ b/lib/libc/mips/string/memmove.S
@@ -0,0 +1,7 @@
+/* $NetBSD: memmove.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
+#define MEMMOVE
+#include "bcopy.S"