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/fgets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fgets.c') diff --git a/libc/stdio/fgets.c b/libc/stdio/fgets.c index 4b32ad612..345ccf512 100644 --- a/libc/stdio/fgets.c +++ b/libc/stdio/fgets.c @@ -9,7 +9,7 @@ #ifdef __DO_UNLOCKED -char *__fgets_unlocked(char *__restrict s, int n, +char attribute_hidden *__fgets_unlocked(char *__restrict s, int n, register FILE * __restrict stream) { register char *p; -- cgit v1.2.3