summaryrefslogtreecommitdiff
path: root/gnulib/modules/fpending
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/fpending')
m---------gnulib0
-rw-r--r--gnulib/modules/fpending27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/fpending b/gnulib/modules/fpending
new file mode 100644
index 0000000..0b14898
--- /dev/null
+++ b/gnulib/modules/fpending
@@ -0,0 +1,27 @@
+Description:
+Determine the number of bytes waiting in the output buffer of a stream.
+
+Files:
+lib/fpending.h
+lib/fpending.c
+m4/fpending.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_FPENDING
+if test $ac_cv_func___fpending = no; then
+ AC_LIBOBJ([fpending])
+ gl_PREREQ_FPENDING
+fi
+
+Makefile.am:
+
+Include:
+"fpending.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering