summaryrefslogtreecommitdiff
path: root/modules/mkostemp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mkostemp')
-rw-r--r--modules/mkostemp27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/mkostemp b/modules/mkostemp
new file mode 100644
index 0000000000..e336b90626
--- /dev/null
+++ b/modules/mkostemp
@@ -0,0 +1,27 @@
+Description:
+mkostemp() function: create a private temporary file, with specific opening
+flags.
+
+Files:
+lib/mkostemp.c
+m4/mkostemp.m4
+
+Depends-on:
+extensions
+stdlib
+tempname
+
+configure.ac:
+gl_FUNC_MKOSTEMP
+gl_STDLIB_MODULE_INDICATOR([mkostemp])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering, Bruno Haible