diff options
Diffstat (limited to 'libc/string/x86_64/mempcpy.S')
-rw-r--r-- | libc/string/x86_64/mempcpy.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/string/x86_64/mempcpy.S b/libc/string/x86_64/mempcpy.S new file mode 100644 index 000000000..3a8e925fd --- /dev/null +++ b/libc/string/x86_64/mempcpy.S @@ -0,0 +1,3 @@ +#define __memcpy __mempcpy +#include "memcpy.S" +strong_alias(__mempcpy,mempcpy) |