about summary refs log tree commit diff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/strcpy_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/strcpy_chk.c b/debug/strcpy_chk.c
index e54780ddde..dd2c453417 100644
--- a/debug/strcpy_chk.c
+++ b/debug/strcpy_chk.c
@@ -31,3 +31,4 @@ __strcpy_chk (char *dest, const char *src, size_t destlen)
 
   return memcpy (dest, src, len + 1);
 }
+libc_hidden_builtin_def (__strcpy_chk)