fclose: guarantee behavior on seekable stdin
authorEric Blake <eblake@redhat.com>
Fri, 6 May 2011 19:01:17 +0000 (13:01 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 6 May 2011 19:01:17 +0000 (13:01 -0600)
commit3606b90f3c4a19708ef05140837f2aa307f2516f
tree89f5c923dff4cb1cb2d81f8a851592f487da0b29
parentb81b0bd62d00d3a09f68d96fdfd49d3619761d99
fclose: guarantee behavior on seekable stdin

* modules/fclose (Depends-on): Add fflush.
* doc/posix-functions/fclose.texi (fclose): Document this.
* tests/test-fclose.c (main): Make test for this unconditional.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/fclose.texi
modules/fclose
tests/test-fclose.c