From f5f27f07787e822e773e14b1dced1a01cbe28050 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 22 Jul 2002 23:53:50 +0000 Subject: 2002-07-22 Jeff Johnston * libc/include/stdio.h (fcloseall, _fcloseall_r): Added prototypes. * libc/stdio/Makefile.am: Added fcloseall.c support. * libc/stdio/Makefile.in: Regenerated. * libc/stdio/fcloseall.c: New file. * libc/stdio64/Makefile.am: Remove missing .def references. * libc/stdio64/Makefile.in: Regenerated. --- newlib/libc/stdio/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc/stdio/Makefile.am') diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index 1053de25a..aee96d8bd 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -8,6 +8,7 @@ LIB_SOURCES = \ asprintf.c \ clearerr.c \ fclose.c \ + fcloseall.c \ fdopen.c \ feof.c \ ferror.c \ @@ -113,6 +114,7 @@ vfiprintf.$(oext): vfprintf.c CHEWOUT_FILES = \ clearerr.def \ fclose.def \ + fcloseall.def \ fdopen.def \ feof.def \ ferror.def \ -- cgit v1.2.3