]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 18:52:37 +0000 (18:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 18:52:37 +0000 (18:52 +0000)
lib/ChangeLog

index 95235b7b07e302897510bfc0595f61ad90309c02..8b6c6e72eae385a36caa4f3c1babc058b93bf3c8 100644 (file)
@@ -1,3 +1,12 @@
+2004-12-05  Jim Meyering  <jim@meyering.net>
+
+       * __fpending.c: Include <stdlib.h>.
+       (__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative.
+       This ensures that if there is an error in the definition of the
+       PENDING_OUTPUT_N_BYTES expression, we'll find about it right away;
+       this value is used only in the rare event that close_stdout's
+       fclose fails with EBADF.
+
 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * openat.c: Include "openat.h" before other include files.