mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
* 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.
This commit is contained in:
parent
35c53530e9
commit
d3ab710cbc
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-07-20 Ulrich Drepper <drepper@redhat.com>
|
2001-07-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
Andreas Jaeger <aj@suse.de>
|
Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user