aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/string/bcopy.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/string/bcopy.S')
-rw-r--r--lib/libc/arm/string/bcopy.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/arm/string/bcopy.S b/lib/libc/arm/string/bcopy.S
new file mode 100644
index 000000000000..f2583fc7ffc8
--- /dev/null
+++ b/lib/libc/arm/string/bcopy.S
@@ -0,0 +1,6 @@
+/* $NetBSD: bcopy.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+#define _BCOPY
+#include "memmove.S"