Hash :
3606b90f
Author :
Date :
2011-05-06T13:01:17
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>
Description:
fclose() function: close a stream.
Files:
lib/fclose.c
m4/fclose.m4
Depends-on:
stdio
close [test $REPLACE_FCLOSE = 1]
fflush [test $REPLACE_FCLOSE = 1]
freading [test $REPLACE_FCLOSE = 1]
lseek [test $REPLACE_FCLOSE = 1]
configure.ac:
gl_FUNC_FCLOSE
gl_STDIO_MODULE_INDICATOR([fclose])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
Bruno Haible