diff options
Diffstat (limited to 'libc/stdio/gets.c')
-rw-r--r-- | libc/stdio/gets.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |