Mercurial > hg > octave-lojdl > gnulib-hg
view modules/full-write @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 11 May 2011 11:35:06 -0600 |
parents | 8e04f75cbbca |
children |
line wrap: on
line source
Description: An interface to the write() function that writes all it is asked to write. Files: lib/full-write.h lib/full-write.c Depends-on: safe-write configure.ac: Makefile.am: lib_SOURCES += full-write.h full-write.c Include: "full-write.h" License: LGPLv2+ Maintainer: Jim Meyering, Bruno Haible