aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/string/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/string/memcpy.S')
-rw-r--r--lib/libc/i386/string/memcpy.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/i386/string/memcpy.S b/lib/libc/i386/string/memcpy.S
new file mode 100644
index 000000000000..1e753728aa56
--- /dev/null
+++ b/lib/libc/i386/string/memcpy.S
@@ -0,0 +1,3 @@
+#include <machine/asm.h>
+#define MEMCOPY
+#include "bcopy.S"