diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-22 23:53:50 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-22 23:53:50 +0000 |
commit | f5f27f07787e822e773e14b1dced1a01cbe28050 (patch) | |
tree | 1fd3a655aaf7929ab718631dc948faec9ea948bb /newlib/libc/stdio64 | |
parent | d541ba3ec0fd2de71ed3f9f2962189a4e6bde297 (diff) | |
download | newlib-f5f27f07787e822e773e14b1dced1a01cbe28050.zip newlib-f5f27f07787e822e773e14b1dced1a01cbe28050.tar.gz newlib-f5f27f07787e822e773e14b1dced1a01cbe28050.tar.bz2 |
2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
* 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.
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r-- | newlib/libc/stdio64/Makefile.am | 3 | ||||
-rw-r--r-- | newlib/libc/stdio64/Makefile.in | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/newlib/libc/stdio64/Makefile.am b/newlib/libc/stdio64/Makefile.am index a392cff..2ae728d 100644 --- a/newlib/libc/stdio64/Makefile.am +++ b/newlib/libc/stdio64/Makefile.am @@ -38,10 +38,7 @@ CHEWOUT_FILES = \ freopen64.def \ fseeko64.def \ fsetpos64.def \ - fstat64r.def \ ftello64.def \ - lseek64r.def \ - open64r.def \ tmpfile64.def SUFFIXES = .def diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile.in index 388b1ad..78c72c1 100644 --- a/newlib/libc/stdio64/Makefile.in +++ b/newlib/libc/stdio64/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -140,10 +140,7 @@ CHEWOUT_FILES = \ freopen64.def \ fseeko64.def \ fsetpos64.def \ - fstat64r.def \ ftello64.def \ - lseek64r.def \ - open64r.def \ tmpfile64.def |