about summary refs log tree commit diff
path: root/debug/vfprintf_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/vfprintf_chk.c')
-rw-r--r--debug/vfprintf_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/vfprintf_chk.c b/debug/vfprintf_chk.c
index 62c34a965e..7ee34d57a7 100644
--- a/debug/vfprintf_chk.c
+++ b/debug/vfprintf_chk.c
@@ -29,3 +29,4 @@ ___vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap)
   return __vfprintf_internal (fp, format, ap, mode);
 }
 ldbl_strong_alias (___vfprintf_chk, __vfprintf_chk)
+ldbl_hidden_def (___vfprintf_chk, __vfprintf_chk)