summaryrefslogtreecommitdiff
path: root/gnulib/modules/cloexec
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/cloexec')
m---------gnulib0
-rw-r--r--gnulib/modules/cloexec27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/cloexec b/gnulib/modules/cloexec
new file mode 100644
index 00000000..d590d1e6
--- /dev/null
+++ b/gnulib/modules/cloexec
@@ -0,0 +1,27 @@
+Description:
+Set or clear the close-on-exec descriptor flag.
+
+Files:
+lib/cloexec.c
+lib/cloexec.h
+m4/cloexec.m4
+
+Depends-on:
+dup2
+fcntl
+stdbool
+
+configure.ac:
+gl_CLOEXEC
+gl_MODULE_INDICATOR([cloexec])
+
+Makefile.am:
+
+Include:
+"cloexec.h"
+
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, Eric Blake