aboutsummaryrefslogtreecommitdiff
path: root/stdio/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-21 05:09:59 +0000
committerRoland McGrath <roland@gnu.org>2001-07-21 05:09:59 +0000
commit35c53530e9421282bca5f868919b8be13a505903 (patch)
tree6aed888a5635d10e4f029d79782533d9a754969e /stdio/Versions
parent5cd915d7bab24a6a340e498ce5d500b9b72d0cc6 (diff)
downloadglibc-35c53530e9421282bca5f868919b8be13a505903.tar
glibc-35c53530e9421282bca5f868919b8be13a505903.tar.gz
glibc-35c53530e9421282bca5f868919b8be13a505903.tar.bz2
glibc-35c53530e9421282bca5f868919b8be13a505903.zip
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.
Diffstat (limited to 'stdio/Versions')
-rw-r--r--stdio/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio/Versions b/stdio/Versions
index 9700ba68cc..ccfda9c268 100644
--- a/stdio/Versions
+++ b/stdio/Versions
@@ -62,4 +62,9 @@ libc {
# p*
putc_unlocked; putchar_unlocked;
}
+ GLIBC_2.2.4 {
+ # Functions to access FILE internals.
+ __fbufsize; __freading; __fwriting; __freadable; __fwritable; __flbf;
+ __fpurge; __fpending; __fsetlocking; _flushlbf;
+ }
}