about summary refs log tree commit diff
path: root/sysdeps/i386/memcpy_chk.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/memcpy_chk.S')
-rw-r--r--sysdeps/i386/memcpy_chk.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/memcpy_chk.S b/sysdeps/i386/memcpy_chk.S
index b5244cc69b..7b12c12aba 100644
--- a/sysdeps/i386/memcpy_chk.S
+++ b/sysdeps/i386/memcpy_chk.S
@@ -31,4 +31,5 @@ ENTRY (__memcpy_chk)
 	jb	__chk_fail
 	jmp	memcpy
 END (__memcpy_chk)
+libc_hidden_builtin_def (__memcpy_chk)
 #endif