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.S5
1 files changed, 5 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..dbe9efc06194
--- /dev/null
+++ b/lib/libc/arm/string/bcopy.S
@@ -0,0 +1,5 @@
+/* $NetBSD: bcopy.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */
+
+#include <machine/asm.h>
+#define _BCOPY
+#include "memmove.S"