mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add libc_hidden_def.
This commit is contained in:
parent
4f17f1ee67
commit
c9cc8e1083
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user