From 25fbf2080e743bc6ddd3674789d8836b185cb924 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Nov 2005 18:32:07 +0000 Subject: Hide some --- libc/stdio/fputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fputs.c') diff --git a/libc/stdio/fputs.c b/libc/stdio/fputs.c index e4d10659f..4a4d8e480 100644 --- a/libc/stdio/fputs.c +++ b/libc/stdio/fputs.c @@ -14,7 +14,7 @@ #ifdef __DO_UNLOCKED -int __fputs_unlocked(register const char * __restrict s, +int attribute_hidden __fputs_unlocked(register const char * __restrict s, FILE * __restrict stream) { size_t n = strlen(s); -- cgit v1.2.3