diff options
Diffstat (limited to 'lib/libc/alpha/string/memcpy.S')
| -rw-r--r-- | lib/libc/alpha/string/memcpy.S | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/libc/alpha/string/memcpy.S b/lib/libc/alpha/string/memcpy.S new file mode 100644 index 000000000000..7f5527da3919 --- /dev/null +++ b/lib/libc/alpha/string/memcpy.S @@ -0,0 +1,4 @@ +/*	$NetBSD: memcpy.S,v 1.1 1995/08/13 00:40:47 cgd Exp $	*/ + +#define MEMCOPY +#include "bcopy.S" | 
