mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* lib/fpending.c: Include stdio-impl.h. (__fpending): Include all known implementations. Err out if it's not ported. * m4/fpending.m4 (gl_PREREQ_FPENDING): Remove macro. * modules/fpending (Files): Add lib/stdio-impl.h. (configure.ac): Don't invoke gl_PREREQ_FPENDING.
28 lines
346 B
Plaintext
28 lines
346 B
Plaintext
Description:
|
|
Determine the number of bytes waiting in the output buffer of a stream.
|
|
|
|
Files:
|
|
lib/fpending.h
|
|
lib/fpending.c
|
|
lib/stdio-impl.h
|
|
m4/fpending.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FPENDING
|
|
if test $gl_cv_func___fpending = no; then
|
|
AC_LIBOBJ([fpending])
|
|
fi
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"fpending.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|