diff options
Diffstat (limited to 'libc/arch-sh/bionic/memmove.S')
| -rw-r--r-- | libc/arch-sh/bionic/memmove.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/arch-sh/bionic/memmove.S b/libc/arch-sh/bionic/memmove.S new file mode 100644 index 0000000..023fc10 --- /dev/null +++ b/libc/arch-sh/bionic/memmove.S @@ -0,0 +1,5 @@ +/* $OpenBSD: memmove.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $NetBSD: memmove.S,v 1.2 2006/04/22 23:53:47 uwe Exp $ */ + +#define MEMMOVE +#include "memcpy.S" |
