gnulib-tool: Omit the logs of skipped tests from test-suite.log.
[gnulib.git] / modules / fpending
blob0aa326d1b00afb34fcb8a318f7314bcb3dc9ded4
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 gl_CONDITIONAL([GL_COND_OBJ_FPENDING], [test $gl_cv_func___fpending = no])
16 Makefile.am:
17 if GL_COND_OBJ_FPENDING
18 lib_SOURCES += fpending.c
19 endif
21 Include:
22 "fpending.h"
24 License:
25 GPL
27 Maintainer:
28 Jim Meyering