diff options
Diffstat (limited to 'lib/libc/amd64/string/memcpy.S')
-rw-r--r-- | lib/libc/amd64/string/memcpy.S | 5 |
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 0000000..bd1e842 --- /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" |