X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffreading.h;h=9b3b6c6a8d1097680d0865b981189f6929080b48;hb=2f2db8cbc28ec95c742c3513bf508d073c714165;hp=bf67b0750d85962e2aeaa79ae57a77f2c2d1de02;hpb=f2832d287d73187a745f3da98db2bdab6fd7c4cd;p=gnulib.git diff --git a/lib/freading.h b/lib/freading.h index bf67b0750..9b3b6c6a8 100644 --- a/lib/freading.h +++ b/lib/freading.h @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2010 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 @@ -20,7 +20,7 @@ /* Return true if the stream STREAM is opened read-only, or if the last operation on the stream was a read operation. Return false if the stream is opened write-only or append-only, or if it supports - writing and there is no current read operation (such as fputc). + writing and there is no current read operation (such as fgetc). freading and fwriting will never both be true. If STREAM supports both reads and writes, then: