summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i586/mempcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i586/mempcpy.S')
-rw-r--r--sysdeps/i386/i586/mempcpy.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/i586/mempcpy.S b/sysdeps/i386/i586/mempcpy.S
index d4611c2a6f..dc8ab03356 100644
--- a/sysdeps/i386/i586/mempcpy.S
+++ b/sysdeps/i386/i586/mempcpy.S
@@ -1,4 +1,5 @@
#define memcpy __mempcpy
#include <sysdeps/i386/i586/memcpy.S>
+libc_hidden_def (BP_SYM (__mempcpy))
weak_alias (BP_SYM (__mempcpy), BP_SYM (mempcpy))