summaryrefslogtreecommitdiff
path: root/gnulib/modules/openat-safer
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/openat-safer')
m---------gnulib0
-rw-r--r--gnulib/modules/openat-safer29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/openat-safer b/gnulib/modules/openat-safer
new file mode 100644
index 0000000..f8194e4
--- /dev/null
+++ b/gnulib/modules/openat-safer
@@ -0,0 +1,29 @@
+Description:
+openat function that avoids clobbering std{in,out,err}.
+
+Files:
+lib/fcntl--.h
+lib/fcntl-safer.h
+lib/openat-safer.c
+m4/fcntl-safer.m4
+
+Depends-on:
+fcntl-safer
+openat
+unistd-safer
+
+configure.ac:
+gl_OPENAT_SAFER
+gl_MODULE_INDICATOR([openat-safer])
+
+Makefile.am:
+lib_SOURCES += openat-safer.c
+
+Include:
+"fcntl-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Eric Blake