From 28ca9458282823a172f24d42585ff0c45b1c8d19 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 7 May 1996 14:49:12 +0000 Subject: Mon May 6 09:51:05 1996 Roland McGrath * stdio/linewrap.c: New file. * stdio/Makefile (routines): Add linewrap. * stdio/stdio.h [__USE_GNU]: Declare line_wrap_stream, line_unwrap_stream. --- stdio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio/Makefile') diff --git a/stdio/Makefile b/stdio/Makefile index 7d1adf5..e767a6d 100644 --- a/stdio/Makefile +++ b/stdio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96 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 @@ -36,7 +36,7 @@ routines := \ getdelim \ fclose fflush \ vdprintf vsnprintf vsprintf vasprintf vsscanf \ - memstream obstream \ + memstream obstream linewrap \ internals sysd-stdio pipestream stdio_init libc_fatal aux := defs glue -- cgit v1.1