diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-15 20:23:33 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-15 20:23:33 +0000 |
commit | 5da06322c21e27d5bc60459ae2f80a80d2c8162b (patch) | |
tree | d514819fb0e47354537c701f67d04e4f336ac792 /libc/stdio/_fopen.c | |
parent | cc9da0a85c21f4c5c5e340ef5f7a86c6821476b5 (diff) |
Hide more of stdio,getdents, use internal __raise
Diffstat (limited to 'libc/stdio/_fopen.c')
-rw-r--r-- | libc/stdio/_fopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |