about summary refs log tree commit diff
path: root/debug/vasprintf_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/vasprintf_chk.c')
-rw-r--r--debug/vasprintf_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/vasprintf_chk.c b/debug/vasprintf_chk.c
index 2d6bf8ebba..693bac0432 100644
--- a/debug/vasprintf_chk.c
+++ b/debug/vasprintf_chk.c
@@ -35,3 +35,4 @@ __vasprintf_chk (char **result_ptr, int flag, const char *format, va_list ap)
 
   return __vasprintf_internal (result_ptr, format, ap, mode);
 }
+libc_hidden_def (__vasprintf_chk)