summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-09 01:24:11 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-09 01:24:11 +0000
commitc9cc8e10836ea99641f4010efe42dc41312fa9ac (patch)
tree62d936d73fd67676093dc63a3ba55d07c3e3849d /debug
parent4f17f1ee678c0d50ec00728771fe25d0c1ece1fc (diff)
Add libc_hidden_def.
Diffstat (limited to 'debug')
-rw-r--r--debug/vfprintf_chk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/vfprintf_chk.c b/debug/vfprintf_chk.c
index c8e7c3bf3f..10dde3cb1e 100644
--- a/debug/vfprintf_chk.c
+++ b/debug/vfprintf_chk.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004
+/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -40,3 +40,4 @@ __vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap)
return done;
}
+libc_hidden_def (__vfprintf_chk)