From 44c8d1a2a8775ad8c67fa1c46ccc67cccf585d93 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Sep 1995 22:25:08 +0000 Subject: Fri Sep 1 16:16:12 1995 Roland McGrath * libc-symbols.h (link_warning): Take new first arg SYMBOL; ask for a warning on references to that specific symbol, not the entire containing object file. (stub_warning): Pass symbol name to link_warning. * stdio/gets.c: Pass function name in link_warning invocation. * hurd/intr-msg.c: Treat apparent EINTR return from msg trap like MACH_SEND_INTERRUPTED. That indicates interrupt_operation was sent, but failed. * stdlib/msort.c: Include memcopy.h. (msort_with_tmp): If operating on aligned op_t words, use direct word fetches and stores. * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC): Add missing backslash. --- stdio/gets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdio') 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 #include -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. */ -- cgit 1.4.1