summaryrefslogtreecommitdiff
path: root/modules/stdlib-safer
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-07-21 13:06:22 +0000
committerEric Blake <ebb9@byu.net>2006-07-21 13:06:22 +0000
commitec6419f659aaad7aa8c5eebefaeee00449d00d39 (patch)
tree9f4ee7ef0ae8d9b8a294554d6298ab41d3868818 /modules/stdlib-safer
parent1657e8ea4800a0ecbd67c05e6b8896b37720110b (diff)
downloadgnulib-ec6419f659aaad7aa8c5eebefaeee00449d00d39.tar.gz
* modules/stdlib-safer: New file.
* MODULES.html.sh (File stream based Input/Output): Add stdlib-safer.
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