diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 4 | ||||
-rw-r--r-- | libio/iovdprintf.c (renamed from libio/vdprintf.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 00eeb54fee..e24e6ff66a 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997 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 @@ -32,7 +32,7 @@ routines := \ \ clearerr feof ferror fgetc fileno fputc freopen fseek getc getchar \ memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ - vdprintf vscanf vsnprintf obprintf fcloseall \ + iovdprintf vscanf vsnprintf obprintf fcloseall \ \ libc_fatal diff --git a/libio/vdprintf.c b/libio/iovdprintf.c index b4b1cc337c..b4b1cc337c 100644 --- a/libio/vdprintf.c +++ b/libio/iovdprintf.c |