diff options
Diffstat (limited to 'lib/libc/alpha/string/memmove.S')
-rw-r--r-- | lib/libc/alpha/string/memmove.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/alpha/string/memmove.S b/lib/libc/alpha/string/memmove.S new file mode 100644 index 0000000..ad80b1c --- /dev/null +++ b/lib/libc/alpha/string/memmove.S @@ -0,0 +1,7 @@ +/* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */ + +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + +#define MEMMOVE +#include "bcopy.S" |