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/_rfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/_rfill.c') diff --git a/libc/stdio/_rfill.c b/libc/stdio/_rfill.c index 145c1d78e..d61b1a9f9 100644 --- a/libc/stdio/_rfill.c +++ b/libc/stdio/_rfill.c @@ -19,7 +19,7 @@ * Side effects are those of _stdio_READ. */ -size_t __stdio_rfill(register FILE *__restrict stream) +size_t attribute_hidden __stdio_rfill(register FILE *__restrict stream) { size_t rv; -- cgit v1.2.3