summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-18 23:46:10 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-18 23:46:10 +0200
commitb475e3b8e497ef459fb227e8b37383ca86a0320b (patch)
tree973ed893884f120d82a47d480292f7a963e19c55 /gl
parent66120656d602f7ae64ed27c14de24461072cb261 (diff)
downloadgnutls-b475e3b8e497ef459fb227e8b37383ca86a0320b.tar.gz
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/stdio.in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gl/stdio.in.h b/gl/stdio.in.h
index 0445c6f107..b659b6703a 100644
--- a/gl/stdio.in.h
+++ b/gl/stdio.in.h
@@ -414,6 +414,9 @@ extern long rpl_ftell (FILE *fp);
# if @REPLACE_FPURGE@ || !@HAVE_DECL_FPURGE@
/* Discard all pending buffered I/O data on STREAM.
STREAM must not be wide-character oriented.
+ When discarding pending output, the file position is set back to where it
+ was before the write calls. When discarding pending input, the file
+ position is advanced to match the end of the previously read input.
Return 0 if successful. Upon error, return -1 and set errno. */
extern int fpurge (FILE *gl_stream);
# endif