diff options
Diffstat (limited to 'stdio/gets.c')
-rw-r--r-- | stdio/gets.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio/gets.c b/stdio/gets.c index 2267792fb0..37426cf4e3 100644 --- a/stdio/gets.c +++ b/stdio/gets.c @@ -21,7 +21,8 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <string.h> -link_warning ("the `gets' function is unreliable and should not be used.") +link_warning (gets, + "the `gets' function is unreliable and should not be used.") /* Read a newline-terminated string from stdin into S, removing the trailing newline. Return S or NULL. */ |