diff options
Diffstat (limited to 'newlib/libc/stdio/Makefile.am')
-rw-r--r-- | newlib/libc/stdio/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index 39617d2bd..2b7cb62d9 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -179,7 +179,6 @@ CHEWOUT_FILES = \ fgetpos.def \ fgets.def \ fileno.def \ - fiprintf.def \ fopen.def \ fopencookie.def \ fputc.def \ @@ -192,8 +191,8 @@ CHEWOUT_FILES = \ funopen.def \ fwrite.def \ getc.def \ - getchar.def \ getc_u.def \ + getchar.def \ getchar_u.def \ getdelim.def \ getline.def \ @@ -202,8 +201,8 @@ CHEWOUT_FILES = \ mktemp.def \ perror.def \ putc.def \ - putchar.def \ putc_u.def \ + putchar.def \ putchar_u.def \ puts.def \ putw.def \ @@ -220,6 +219,7 @@ CHEWOUT_FILES = \ sscanf.def \ tmpfile.def \ tmpnam.def \ + ungetc.def \ vfprintf.def \ vfscanf.def \ viprintf.def \ |