From 5da06322c21e27d5bc60459ae2f80a80d2c8162b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 15 Nov 2005 20:23:33 +0000 Subject: Hide more of stdio,getdents, use internal __raise --- 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 f7f5bb626..8ab314612 100644 --- a/libc/stdio/_fopen.c +++ b/libc/stdio/_fopen.c @@ -27,7 +27,7 @@ /* Internal function -- reentrant (locks open file list) */ -FILE *_stdio_fopen(intptr_t fname_or_mode, +FILE attribute_hidden *_stdio_fopen(intptr_t fname_or_mode, register const char * __restrict mode, register FILE * __restrict stream, int filedes) { -- cgit v1.2.3