summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/mempcpy.S
blob: 3a8e925fdea970ccf23ac5655017b5f82cd9af3d (plain)
1
2
3
#define __memcpy __mempcpy
#include "memcpy.S"
strong_alias(__mempcpy,mempcpy)