From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- libc/stdio/fgets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/fgets.c') diff --git a/libc/stdio/fgets.c b/libc/stdio/fgets.c index 5acaf91ed..5eb1aac31 100644 --- a/libc/stdio/fgets.c +++ b/libc/stdio/fgets.c @@ -64,14 +64,14 @@ char *fgets_unlocked(char *__restrict s, int n, libc_hidden_def(fgets_unlocked) #ifndef __UCLIBC_HAS_THREADS__ -libc_hidden_proto(fgets) +/* libc_hidden_proto(fgets) */ strong_alias(fgets_unlocked,fgets) libc_hidden_def(fgets) #endif #elif defined __UCLIBC_HAS_THREADS__ -libc_hidden_proto(fgets) +/* libc_hidden_proto(fgets) */ char *fgets(char *__restrict s, int n, register FILE * __restrict stream) { -- cgit v1.2.3