Skip to content
Snippets Groups Projects
Commit 22c0decb authored by Craig Tiller's avatar Craig Tiller
Browse files

Dont need this for 32bit

parent 41304a70
Branches
Tags
No related merge requests found
......@@ -40,7 +40,9 @@
*/
#ifdef __linux__
#ifdef __x86_64__
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
#endif
void *__wrap_memcpy(void *destination, const void *source, size_t num) {
return memcpy(destination, source, num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment