posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / closein
blobf0c1287ba5d6b118766f3bb9f685788dd71b635a
1 Description:
2 Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
4 Files:
5 lib/closein.h
6 lib/closein.c
8 Depends-on:
9 closeout
10 freadahead
11 fflush
12 stdbool
13 unistd
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += closein.c
20 Include:
21 "closein.h"
23 Link:
24 $(LIB_MBRTOWC)
26 License:
27 GPL
29 Maintainer:
30 Eric Blake