summaryrefslogtreecommitdiff
path: root/gnulib/modules/closein
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/closein')
m---------gnulib0
-rw-r--r--gnulib/modules/closein28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/closein b/gnulib/modules/closein
new file mode 100644
index 0000000..5f6e7d7
--- /dev/null
+++ b/gnulib/modules/closein
@@ -0,0 +1,28 @@
+Description:
+Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
+
+Files:
+lib/closein.h
+lib/closein.c
+m4/closein.m4
+
+Depends-on:
+closeout
+freadahead
+fflush
+stdbool
+
+configure.ac:
+gl_CLOSEIN
+
+Makefile.am:
+lib_SOURCES += closein.c
+
+Include:
+"closein.h"
+
+License:
+GPL
+
+Maintainer:
+Eric Blake