From: Jim Meyering Date: Tue, 23 Nov 2004 11:02:03 +0000 (+0000) Subject: add a comment X-Git-Tag: v5.3.0~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c44694c2258a8972a769098f877c9afa1a8ce9;p=thirdparty%2Fcoreutils.git add a comment --- diff --git a/lib/__fpending.c b/lib/__fpending.c index a872102abf..007302c8c4 100644 --- a/lib/__fpending.c +++ b/lib/__fpending.c @@ -1,5 +1,5 @@ /* __fpending.c -- return the number of pending output bytes on a stream - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,6 +23,8 @@ #include "__fpending.h" +/* Return the number of pending (aka buffered, unflushed) + bytes on the stream, FP, that is open for writing. */ size_t __fpending (FILE *fp) {