summaryrefslogtreecommitdiff
path: root/modules/freadahead
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freadahead')
-rw-r--r--modules/freadahead24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/freadahead b/modules/freadahead
new file mode 100644
index 0000000000..824759b968
--- /dev/null
+++ b/modules/freadahead
@@ -0,0 +1,24 @@
+Description:
+freadahead() function: Determine the number of bytes waiting in the input
+buffer of a stream.
+
+Files:
+lib/freadahead.h
+lib/freadahead.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += freadahead.c
+
+Include:
+"freadahead.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+