chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / x86_64 / mempcpy.S
1 #define USE_AS_MEMPCPY
2 #define memcpy __mempcpy
3 #define __memcpy_chk __mempcpy_chk
4 #include <sysdeps/x86_64/memcpy.S>
5
6 libc_hidden_def (BP_SYM (__mempcpy))
7 weak_alias (BP_SYM (__mempcpy), BP_SYM (mempcpy))
8 libc_hidden_builtin_def (mempcpy)