From 28c8634afdc1fa236679b49ab0d5a019379c6db1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Nov 2008 18:21:33 +0000 Subject: Synch with trunk @ 24165 Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) --- libc/stdio/fopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fopen.c') diff --git a/libc/stdio/fopen.c b/libc/stdio/fopen.c index ec14b5956..b5fc85af9 100644 --- a/libc/stdio/fopen.c +++ b/libc/stdio/fopen.c @@ -14,7 +14,7 @@ #undef fopen64 #endif -libc_hidden_proto(fopen) +/* libc_hidden_proto(fopen) */ FILE *fopen(const char * __restrict filename, const char * __restrict mode) { return _stdio_fopen(((intptr_t) filename), mode, NULL, FILEDES_ARG); -- cgit v1.2.3