Mercurial > hg > octave-lojdl > gnulib-hg
view modules/mkdtemp @ 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 | 731eb6ec9b71 |
line wrap: on
line source
Description: mkdtemp() function: create a private temporary directory. Files: lib/mkdtemp.c m4/mkdtemp.m4 Depends-on: stdlib stdint [test $HAVE_MKDTEMP = 0] tempname [test $HAVE_MKDTEMP = 0] configure.ac: gt_FUNC_MKDTEMP gl_STDLIB_MODULE_INDICATOR([mkdtemp]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Bruno Haible