diff options
Diffstat (limited to 'newlib/libc/stdio/Makefile.in')
-rw-r--r-- | newlib/libc/stdio/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in index 27fbd9a68..32dfae2a2 100644 --- a/newlib/libc/stdio/Makefile.in +++ b/newlib/libc/stdio/Makefile.in @@ -463,7 +463,6 @@ CHEWOUT_FILES = \ fgetpos.def \ fgets.def \ fileno.def \ - fiprintf.def \ fopen.def \ fopencookie.def \ fputc.def \ @@ -476,8 +475,8 @@ CHEWOUT_FILES = \ funopen.def \ fwrite.def \ getc.def \ - getchar.def \ getc_u.def \ + getchar.def \ getchar_u.def \ getdelim.def \ getline.def \ @@ -486,8 +485,8 @@ CHEWOUT_FILES = \ mktemp.def \ perror.def \ putc.def \ - putchar.def \ putc_u.def \ + putchar.def \ putchar_u.def \ puts.def \ putw.def \ @@ -504,6 +503,7 @@ CHEWOUT_FILES = \ sscanf.def \ tmpfile.def \ tmpnam.def \ + ungetc.def \ vfprintf.def \ vfscanf.def \ viprintf.def \ |