utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / close-stream
blob78ed207992e2e258269f5bf5eaaea684581beb8e
1 Description:
2 Close a stream, with nicer error checking than fclose's.
4 Files:
5 lib/close-stream.h
6 lib/close-stream.c
8 Depends-on:
9 fpending
10 stdbool
12 configure.ac:
13 gl_MODULE_INDICATOR([close-stream])
15 Makefile.am:
16 lib_SOURCES += close-stream.c
18 Include:
19 "close-stream.h"
21 License:
22 GPL
24 Maintainer:
25 Jim Meyering