aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/memcpy.S')
-rw-r--r--lib/libc/amd64/string/memcpy.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/memcpy.S b/lib/libc/amd64/string/memcpy.S
new file mode 100644
index 000000000000..bd1e8422ad84
--- /dev/null
+++ b/lib/libc/amd64/string/memcpy.S
@@ -0,0 +1,5 @@
+/* $NetBSD: memcpy.S,v 1.1 2001/06/19 00:25:05 fvdl Exp $ */
+/* $FreeBSD$ */
+
+#define MEMCOPY
+#include "bcopy.S"