summaryrefslogtreecommitdiff
path: root/modules/freadahead
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-08-19 17:42:40 +0000
committerBruno Haible <bruno@clisp.org>2007-08-19 17:42:40 +0000
commit865db7af4d69d7e9f3421420008f1cee41b2f622 (patch)
treef8a5cfcfc04863e988705ef8311bec94f2d053ce /modules/freadahead
parent1cf55d294e17922d56dc703d66fd699f67db7073 (diff)
downloadgnulib-865db7af4d69d7e9f3421420008f1cee41b2f622.tar.gz
New module 'freadahead'.
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
+