diff options
Diffstat (limited to 'lib/libc/arch/m68k/string/memmove.S')
-rw-r--r-- | lib/libc/arch/m68k/string/memmove.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arch/m68k/string/memmove.S b/lib/libc/arch/m68k/string/memmove.S new file mode 100644 index 00000000000..f5a94ed4937 --- /dev/null +++ b/lib/libc/arch/m68k/string/memmove.S @@ -0,0 +1,2 @@ +#define MEMMOVE +#include "bcopy.S" |