diff options
Diffstat (limited to 'stdio-common/printf.c')
-rw-r--r-- | stdio-common/printf.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stdio-common/printf.c b/stdio-common/printf.c index fa013bbcc3..e28c5837e5 100644 --- a/stdio-common/printf.c +++ b/stdio-common/printf.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -36,8 +37,6 @@ printf (const char *format, ...) return done; } -#ifdef USE_IN_LIBIO -# undef _IO_printf +#undef _IO_printf /* This is for libg++. */ strong_alias (printf, _IO_printf); -#endif |