Mercurial > hg > octave-lojdl > gnulib-hg
view modules/round @ 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 | efab6978105e |
children | 6329fc5866f9 |
line wrap: on
line source
Description: round() function: round toward nearest, breaking ties away from zero. Files: lib/round.c m4/check-math-lib.m4 m4/round.m4 m4/floor.m4 m4/ceil.m4 Depends-on: math extensions float [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1] floor [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1] configure.ac: gl_FUNC_ROUND gl_MATH_MODULE_INDICATOR([round]) Makefile.am: Include: <math.h> Link: $(ROUND_LIBM) License: LGPL Maintainer: Ben Pfaff