about summary refs log tree commit diff
path: root/debug/memmove_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/memmove_chk.c')
-rw-r--r--debug/memmove_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/memmove_chk.c b/debug/memmove_chk.c
index 8922a1ba26..b714aa474c 100644
--- a/debug/memmove_chk.c
+++ b/debug/memmove_chk.c
@@ -32,3 +32,4 @@ MEMMOVE_CHK (void *dest, const void *src, size_t len, size_t destlen)
 
   return memmove (dest, src, len);
 }
+libc_hidden_builtin_def (MEMMOVE_CHK)