From 28c8634afdc1fa236679b49ab0d5a019379c6db1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Nov 2008 18:21:33 +0000 Subject: Synch with trunk @ 24165 Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) --- 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