Mercurial > hg > octave-lojdl > gnulib-hg
view modules/atanl @ 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 | 79a38ad7e1ba |
children | 37abb403b61a |
line wrap: on
line source
Description: atanl() function: inverse tangent function with long double argument. Files: lib/atanl.c m4/atanl.m4 Depends-on: math extensions isnanl [test $HAVE_ATANL = 0] configure.ac: gl_FUNC_ATANL gl_MATH_MODULE_INDICATOR([atanl]) Makefile.am: Include: <math.h> Link: $(ATANL_LIBM) License: LGPL Maintainer: Paolo Bonzini