posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fpending
blob8dc4bee427db62ad84b26638ade0e5c0f30147e9
1 Description:
2 Determine the number of bytes waiting in the output buffer of a stream.
4 Files:
5 lib/fpending.h
6 lib/fpending.c
7 lib/stdio-impl.h
8 m4/fpending.m4
10 Depends-on:
12 configure.ac:
13 gl_FUNC_FPENDING
14 if test $gl_cv_func___fpending = no; then
15   AC_LIBOBJ([fpending])
18 Makefile.am:
20 Include:
21 "fpending.h"
23 License:
24 GPL
26 Maintainer:
27 Jim Meyering