summaryrefslogtreecommitdiff
path: root/gnulib/modules/posix_spawn
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/posix_spawn')
m---------gnulib0
-rw-r--r--gnulib/modules/posix_spawn31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/posix_spawn b/gnulib/modules/posix_spawn
new file mode 100644
index 00000000..44331193
--- /dev/null
+++ b/gnulib/modules/posix_spawn
@@ -0,0 +1,31 @@
+Description:
+posix_spawn() function: create a child process.
+
+Files:
+lib/spawn.c
+m4/posix_spawn.m4
+
+Depends-on:
+spawn
+posix_spawn-internal
+
+configure.ac:
+gl_POSIX_SPAWN
+if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
+ gl_REPLACE_SPAWN_H
+ AC_LIBOBJ([spawn])
+ gl_POSIX_SPAWN_INTERNAL
+fi
+gl_SPAWN_MODULE_INDICATOR([posix_spawn])
+
+Makefile.am:
+
+Include:
+<spawn.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+