diff options
Diffstat (limited to 'stdio-common/snprintf.c')
-rw-r--r-- | stdio-common/snprintf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stdio-common/snprintf.c b/stdio-common/snprintf.c index ca0b60aed6..e4f8e1e193 100644 --- a/stdio-common/snprintf.c +++ b/stdio-common/snprintf.c @@ -19,11 +19,6 @@ Cambridge, MA 02139, USA. */ #include <stdarg.h> #include <stdio.h> -#ifdef USE_IN_LIBIO -# include <libioP.h> -# define __vsnprintf _IO_vsnprintf -#endif - /* Write formatted output into S, according to the format string FORMAT, writing no more than MAXLEN characters. */ /* VARARGS3 */ |