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 (__mempcpy) |
7 | weak_alias (__mempcpy, mempcpy) |
8 | libc_hidden_builtin_def (mempcpy) |
9 |
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 (__mempcpy) |
7 | weak_alias (__mempcpy, mempcpy) |
8 | libc_hidden_builtin_def (mempcpy) |
9 |