From 48afc85aad88aa4f7501bf7715c86b4e94628960 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 18 Nov 2008 06:53:52 +0000 Subject: Synch with trunk @ 24087 Step 10: libc_hidden_removal --- libc/stdio/fprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fprintf.c') diff --git a/libc/stdio/fprintf.c b/libc/stdio/fprintf.c index 4f73441e1..b10340f65 100644 --- a/libc/stdio/fprintf.c +++ b/libc/stdio/fprintf.c @@ -10,7 +10,7 @@ libc_hidden_proto(vfprintf) -libc_hidden_proto(fprintf) +/* libc_hidden_proto(fprintf) */ int fprintf(FILE * __restrict stream, const char * __restrict format, ...) { va_list arg; -- cgit v1.2.3