From b9b91868d49b1853bdb15e7514eb5fbc578926a9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Aug 2002 09:24:53 +0000 Subject: * include/wchar.h (putwc): Use libc_hidden_proto. * include/stdio.h (dprintf, fprintf, vfprintf, sprintf, sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise. * stdio-common/dprintf.c: Add libc_hidden_def. * stdio-common/fprintf.c: Likewise. * stdio-common/sprintf.c: Likewise. * stdio-common/sscanf.c: Likewise. * libio/iofwrite.c: Likewise. * libio/memstream.c: Likewise. * libio/putwc.c: Likewise. * stdio-common/perror.c: Likewise. * sysdeps/posix/remove.c: Likewise. * sysdeps/generic/remove.c: Likewise. * libio/rewind.c: Likewise. Use instead of "stdio.h". * stdio-common/vfprintf.c: Add libc_hidden_def. Include . --- stdio-common/vfprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index ec30aba7e4..21368e1aab 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -29,6 +29,7 @@ #include #include "_itoa.h" #include +#include /* This code is shared between the standard stdio implementation found in GNU C library and the libio implementation originally found in @@ -104,7 +105,6 @@ # endif #else /* ! USE_IN_LIBIO */ /* This code is for use in the GNU C library. */ -# include # define ARGCHECK(S, Format) \ do \ { \ @@ -2264,6 +2264,7 @@ strong_alias (_IO_vfwprintf, __vfwprintf); weak_alias (_IO_vfwprintf, vfwprintf); # else strong_alias (_IO_vfprintf, vfprintf); +libc_hidden_def (vfprintf) INTDEF(_IO_vfprintf) # endif # else -- cgit v1.2.3