posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fwriting
blob522bdb332b994f62e27b89ede018de9815cd35b1
1 Description:
2 fwriting() function: Determine whether a FILE stream is currently doing writing.
4 Files:
5 lib/fwriting.h
6 lib/fwriting.c
7 lib/stdio-impl.h
8 m4/fwriting.m4
10 Depends-on:
11 stdbool
13 configure.ac:
14 gl_FUNC_FWRITING
15 if test $ac_cv_func___fwriting = no; then
16   AC_LIBOBJ([fwriting])
19 Makefile.am:
21 Include:
22 "fwriting.h"
24 License:
25 LGPL
27 Maintainer:
28 Eric Blake