mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
5 lines
100 B
ArmAsm
5 lines
100 B
ArmAsm
|
#define USE_AS_MEMMOVE
|
||
|
#define MEMCPY memmove
|
||
|
#define MEMCPY_CHK __memmove_chk
|
||
|
#include "memcpy.S"
|