summaryrefslogtreecommitdiff
path: root/libc/stdio/gets.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/gets.c')
-rw-r--r--libc/stdio/gets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/gets.c b/libc/stdio/gets.c
index c8271977e..515e966d1 100644
--- a/libc/stdio/gets.c
+++ b/libc/stdio/gets.c
@@ -13,7 +13,6 @@ 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) */
char *gets(char *s)
{