diff options
Diffstat (limited to 'stdio-common/sprintf.c')
-rw-r--r-- | stdio-common/sprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/sprintf.c b/stdio-common/sprintf.c index 9cfc89cb84..c1fb5b30a2 100644 --- a/stdio-common/sprintf.c +++ b/stdio-common/sprintf.c @@ -19,10 +19,6 @@ Cambridge, MA 02139, USA. */ #include <stdarg.h> #include <stdio.h> -#ifdef USE_IN_LIBIO -# define vsprintf _IO_vsprintf -#endif - /* Write formatted output into S, according to the format string FORMAT. */ /* VARARGS2 */ int |