From b2518f55c0bce9b3f32551c2a0e4addcaeac7b0f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 30 Nov 1995 04:49:04 +0000 Subject: Wed Nov 29 12:30:50 1995 Roland McGrath * libio/vsnprintf.c (__vsnprintf): Define as alias. * libio/iovsscanf.c (__vsscanf): Define as alias. * asprintf.c: Remove libio adaptation code added by drepper. * dprintf.c: Likewise. * printf.c: Likewise. * scanf.c: Likewise. * snprintf.c: Likewise. * sprintf.c: Likewise. * sscanf.c: Likewise. * vprintf.c: Likewise. * stdio-common/vfscanf.c [USE_IN_LIBIO] (__vfscanf): New wrapper function. (vfscanf): Define unconditionally. * sysdeps/i386/dl-machine.h (elf_machine_rel): If SYM is null, use zero for value. * misc/getpass.c: Write a newline after reading the unechoed password. --- stdio-common/dprintf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stdio-common/dprintf.c') diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c index 611a6030a1..5728c56df7 100644 --- a/stdio-common/dprintf.c +++ b/stdio-common/dprintf.c @@ -19,10 +19,6 @@ Cambridge, MA 02139, USA. */ #include #include -#ifdef USE_IN_LIBIO -# define vdprintf _IO_vdprintf -#endif - /* Write formatted output to D, according to the format string FORMAT. */ /* VARARGS2 */ int -- cgit v1.2.3