From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/stdio/setvbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/setvbuf.c') diff --git a/libc/stdio/setvbuf.c b/libc/stdio/setvbuf.c index 6dbb532db..7f0c6f6f3 100644 --- a/libc/stdio/setvbuf.c +++ b/libc/stdio/setvbuf.c @@ -14,7 +14,7 @@ #error Assumption violated for buffering mode flags #endif -libc_hidden_proto(setvbuf) +/* libc_hidden_proto(setvbuf) */ int setvbuf(register FILE * __restrict stream, register char * __restrict buf, int mode, size_t size) { -- cgit v1.2.3