From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/stdio/gets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/gets.c') diff --git a/libc/stdio/gets.c b/libc/stdio/gets.c index 85bb8475a..c8271977e 100644 --- a/libc/stdio/gets.c +++ b/libc/stdio/gets.c @@ -13,7 +13,7 @@ link_warning(gets, "the 'gets' function is dangerous and should not be used.") /* disable macro, force actual function call */ #undef getchar_unlocked -libc_hidden_proto(getchar_unlocked) +/* libc_hidden_proto(getchar_unlocked) */ char *gets(char *s) { -- cgit v1.2.3