From: Jim Meyering Date: Sun, 5 Dec 2004 18:52:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2edd4a37692a8ab8896087fbcb0e7f11e5de7891;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 95235b7b07..8b6c6e72ea 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-12-05 Jim Meyering + + * __fpending.c: Include . + (__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 * openat.c: Include "openat.h" before other include files.