summaryrefslogtreecommitdiff
path: root/modules/fcntl-safer
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fcntl-safer')
-rw-r--r--modules/fcntl-safer23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/fcntl-safer b/modules/fcntl-safer
new file mode 100644
index 0000000000..454169d96c
--- /dev/null
+++ b/modules/fcntl-safer
@@ -0,0 +1,23 @@
+Description:
+File control functions that avoid clobbering std{in,out,err}.
+
+Files:
+lib/fcntl-safer.h
+lib/open-safer.c
+m4/fcntl-safer.m4
+
+Depends-on:
+unistd-safer
+
+configure.ac:
+gl_FCNTL_SAFER
+
+Makefile.am:
+lib_SOURCES += fcntl-safer.h open-safer.c
+
+Include:
+"fcntl-safer.h"
+
+Maintainer:
+Paul Eggert, Jim Meyering
+