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/fopencookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fopencookie.c') diff --git a/libc/stdio/fopencookie.c b/libc/stdio/fopencookie.c index 0b7ed84b1..ac2c33483 100644 --- a/libc/stdio/fopencookie.c +++ b/libc/stdio/fopencookie.c @@ -31,7 +31,7 @@ /* Currently no real reentrancy issues other than a possible double close(). */ #ifndef __BCC__ -libc_hidden_proto(fopencookie) +/* libc_hidden_proto(fopencookie) */ FILE *fopencookie(void * __restrict cookie, const char * __restrict mode, cookie_io_functions_t io_functions) #else -- cgit v1.2.3