diff options
Diffstat (limited to 'stdio-common/printf.c')
-rw-r--r-- | stdio-common/printf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/printf.c b/stdio-common/printf.c index d8aa895a77..edb13da439 100644 --- a/stdio-common/printf.c +++ b/stdio-common/printf.c @@ -19,10 +19,6 @@ Cambridge, MA 02139, USA. */ #include <stdarg.h> #include <stdio.h> -#ifdef USE_IN_LIBIO -# define vprintf _IO_vprintf -#endif - /* Write formatted output to stdout from the format string FORMAT. */ /* VARARGS1 */ int |