summaryrefslogtreecommitdiff
path: root/gnulib/modules/fcntl-safer
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/fcntl-safer')
m---------gnulib0
-rw-r--r--gnulib/modules/fcntl-safer30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/fcntl-safer b/gnulib/modules/fcntl-safer
new file mode 100644
index 00000000..918223e8
--- /dev/null
+++ b/gnulib/modules/fcntl-safer
@@ -0,0 +1,30 @@
+Description:
+File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
+
+Files:
+lib/fcntl--.h
+lib/creat-safer.c
+lib/fcntl-safer.h
+lib/open-safer.c
+m4/fcntl-safer.m4
+m4/mode_t.m4
+
+Depends-on:
+fcntl-h
+open
+unistd-safer
+
+configure.ac:
+gl_FCNTL_SAFER
+gl_MODULE_INDICATOR([fcntl-safer])
+
+Makefile.am:
+
+Include:
+"fcntl-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering