diff options
Diffstat (limited to 'stdio-common/scanf.c')
-rw-r--r-- | stdio-common/scanf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdio-common/scanf.c b/stdio-common/scanf.c index cf43363958..3c35fa3691 100644 --- a/stdio-common/scanf.c +++ b/stdio-common/scanf.c @@ -19,10 +19,6 @@ Cambridge, MA 02139, USA. */ #include <stdarg.h> #include <stdio.h> -#ifdef USE_IN_LIBIO -# define vscanf _IO_vscanf -#endif - /* Read formatted input from stdin according to the format string FORMAT. */ /* VARARGS1 */ int |