]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iogetline.c (_IO_getline_info): Don't read anything for N == 0.
authorJeff Law <law@gcc.gnu.org>
Tue, 25 Aug 1998 18:59:59 +0000 (12:59 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 25 Aug 1998 18:59:59 +0000 (12:59 -0600)

        * libio/iogetline.c (_IO_getline_info): Don't read anything for
        N == 0.  Patch by HJ Lu.

From-SVN: r21979

libio/ChangeLog

index dfd5299e0fac204a94b3fc0f11afff5abf661881..da65253dece07a6ccbd2b5bdbf925b4c604e7fe2 100644 (file)
@@ -1,3 +1,8 @@
+1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libio/iogetline.c (_IO_getline_info): Don't read anything for
+       N == 0.  Patch by HJ Lu.
+
 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
 
        * strfile.h: Define __PMT if not already defined.