]> git.ipfire.org Git - thirdparty/glibc.git/commit - include/stdio_ext.h
2001-07-20 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 21 Jul 2001 05:09:59 +0000 (05:09 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 21 Jul 2001 05:09:59 +0000 (05:09 +0000)
commit35c53530e9421282bca5f868919b8be13a505903
tree6aed888a5635d10e4f029d79782533d9a754969e
parent5cd915d7bab24a6a340e498ce5d500b9b72d0cc6
2001-07-20  Roland McGrath  <roland@frob.com>

* libio/stdio_ext.h: Moved to ...
* stdio-common/stdio_ext.h: ... here.
* libio/Makefile (headers): Move stdio_ext.h from here ...
* stdio-common/Makefile (headers): ... to here.
* include/stdio_ext.h: New file.
* stdio/Makefile (routines): Add the stdio_ext.h functions here.
* stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions.
* stdio/__flbf.c: New file.
* stdio/__fbufsize.c: New file.
* stdio/__fpending.c: New file.
* stdio/__fpurge.c: New file.
* stdio/__freadable.c: New file.
* stdio/__freading.c: New file.
* stdio/__fsetlocking.c: New file.
* stdio/__fwritable.c: New file.
* stdio/__fwriting.c: New file.
15 files changed:
include/stdio_ext.h [new file with mode: 0644]
libio/Makefile
stdio-common/Makefile
stdio-common/stdio_ext.h [moved from libio/stdio_ext.h with 100% similarity]
stdio/Makefile
stdio/Versions
stdio/__fbufsize.c [new file with mode: 0644]
stdio/__flbf.c [new file with mode: 0644]
stdio/__fpending.c [new file with mode: 0644]
stdio/__fpurge.c [new file with mode: 0644]
stdio/__freadable.c [new file with mode: 0644]
stdio/__freading.c [new file with mode: 0644]
stdio/__fsetlocking.c [new file with mode: 0644]
stdio/__fwritable.c [new file with mode: 0644]
stdio/__fwriting.c [new file with mode: 0644]