summaryrefslogtreecommitdiff
path: root/modules/stdlib-safer
diff options
context:
space:
mode:
Diffstat (limited to 'modules/stdlib-safer')
-rw-r--r--modules/stdlib-safer26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/stdlib-safer b/modules/stdlib-safer
new file mode 100644
index 0000000000..8f7cb3f000
--- /dev/null
+++ b/modules/stdlib-safer
@@ -0,0 +1,26 @@
+Description:
+File stream functions that avoid clobbering std{in,out,err}.
+
+Files:
+lib/stdlib--.h
+lib/stdlib-safer.h
+lib/mkstemp-safer.c
+m4/stdlib-safer.m4
+
+Depends-on:
+mkstemp
+unistd-safer
+
+configure.ac:
+gl_STDLIB_SAFER
+
+Makefile.am:
+
+Include:
+"stdlib-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering