diff options
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 |