diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-07 14:49:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-07 14:49:12 +0000 |
commit | 28ca9458282823a172f24d42585ff0c45b1c8d19 (patch) | |
tree | d38b4d1b1829b23beea46c9074a08a805fe3bc15 /stdio/Makefile | |
parent | cee8df033b579c23d90db02814fea763d282045f (diff) | |
download | glibc-28ca9458282823a172f24d42585ff0c45b1c8d19.tar glibc-28ca9458282823a172f24d42585ff0c45b1c8d19.tar.gz glibc-28ca9458282823a172f24d42585ff0c45b1c8d19.tar.bz2 glibc-28ca9458282823a172f24d42585ff0c45b1c8d19.zip |
Mon May 6 09:51:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdio/linewrap.c: New file.
* stdio/Makefile (routines): Add linewrap.
* stdio/stdio.h [__USE_GNU]: Declare line_wrap_stream,
line_unwrap_stream.
Diffstat (limited to 'stdio/Makefile')
-rw-r--r-- | stdio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio/Makefile b/stdio/Makefile index 7d1adf58ee..e767a6d84d 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 |