summaryrefslogtreecommitdiff
path: root/gnulib/modules/fclose
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/fclose')
m---------gnulib0
-rw-r--r--gnulib/modules/fclose32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/fclose b/gnulib/modules/fclose
new file mode 100644
index 0000000..3ceba90
--- /dev/null
+++ b/gnulib/modules/fclose
@@ -0,0 +1,32 @@
+Description:
+fclose() function: close a stream.
+
+Files:
+lib/fclose.c
+m4/fclose.m4
+
+Depends-on:
+stdio
+close [test $REPLACE_FCLOSE = 1]
+fflush [test $REPLACE_FCLOSE = 1]
+freading [test $REPLACE_FCLOSE = 1]
+lseek [test $REPLACE_FCLOSE = 1]
+msvc-inval [test $REPLACE_FCLOSE = 1]
+
+configure.ac:
+gl_FUNC_FCLOSE
+if test $REPLACE_FCLOSE = 1; then
+ AC_LIBOBJ([fclose])
+fi
+gl_STDIO_MODULE_INDICATOR([fclose])
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible