diff options
Diffstat (limited to 'stdio-common/asprintf.c')
-rw-r--r-- | stdio-common/asprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/asprintf.c b/stdio-common/asprintf.c index dd9eec5ba1..b5820fd09f 100644 --- a/stdio-common/asprintf.c +++ b/stdio-common/asprintf.c @@ -19,10 +19,6 @@ Cambridge, MA 02139, USA. */ #include <stdarg.h> #include <stdio.h> -#ifdef USE_IN_LIBIO -# define vasprintf _IO_vasprintf -#endif - /* Write formatted output from FORMAT to a string which is allocated with malloc and stored in *STRING_PTR. */ /* VARARGS2 */ |