diff options
Diffstat (limited to 'sysdeps/x86_64/memcpy_chk.S')
-rw-r--r-- | sysdeps/x86_64/memcpy_chk.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/memcpy_chk.S b/sysdeps/x86_64/memcpy_chk.S index 25cbeb3..43843a7 100644 --- a/sysdeps/x86_64/memcpy_chk.S +++ b/sysdeps/x86_64/memcpy_chk.S @@ -30,4 +30,5 @@ ENTRY (__memcpy_chk) jb __chk_fail jmp memcpy END (__memcpy_chk) +libc_hidden_builtin_def (__memcpy_chk) #endif |