From 35c53530e9421282bca5f868919b8be13a505903 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 21 Jul 2001 05:09:59 +0000 Subject: 2001-07-20 Roland McGrath * 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. --- stdio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdio/Makefile') diff --git a/stdio/Makefile b/stdio/Makefile index 5c56249646..53cf73cdb4 100644 --- a/stdio/Makefile +++ b/stdio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. +# Copyright (C) 1991,92,93,94,95,96,2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -37,6 +37,8 @@ routines := \ fclose fcloseall fflush \ vdprintf vsnprintf vsprintf vasprintf vsscanf vscanf \ memstream obstream linewrap \ + __fbufsize __freading __fwriting __freadable __fwritable __flbf \ + __fpurge __fpending __fsetlocking \ internals sysd-stdio pipestream stdio_init libc_fatal aux := defs glue -- cgit 1.4.1