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/_fwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/_fwrite.c') diff --git a/libc/stdio/_fwrite.c b/libc/stdio/_fwrite.c index a706ba7e6..d9d0bc2a8 100644 --- a/libc/stdio/_fwrite.c +++ b/libc/stdio/_fwrite.c @@ -11,7 +11,7 @@ /* Either buffer data or (commit buffer if necessary and) write. */ -size_t __stdio_fwrite(const unsigned char * __restrict buffer, +size_t attribute_hidden __stdio_fwrite(const unsigned char * __restrict buffer, size_t bytes, register FILE * __restrict stream) { -- cgit v1.2.3