diff options
Diffstat (limited to 'lib/libc/mips/string/memmove.S')
-rw-r--r-- | lib/libc/mips/string/memmove.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/mips/string/memmove.S b/lib/libc/mips/string/memmove.S new file mode 100644 index 0000000..29d9e70 --- /dev/null +++ b/lib/libc/mips/string/memmove.S @@ -0,0 +1,7 @@ +/* $NetBSD: memmove.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ + +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + +#define MEMMOVE +#include "bcopy.S" |