summaryrefslogtreecommitdiff
path: root/modules/posix_spawnattr_setpgroup
diff options
context:
space:
mode:
Diffstat (limited to 'modules/posix_spawnattr_setpgroup')
-rw-r--r--modules/posix_spawnattr_setpgroup29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/posix_spawnattr_setpgroup b/modules/posix_spawnattr_setpgroup
new file mode 100644
index 0000000000..3774ca1912
--- /dev/null
+++ b/modules/posix_spawnattr_setpgroup
@@ -0,0 +1,29 @@
+Description:
+posix_spawnattr_setpgroup() function: specify process group for child process.
+
+Files:
+lib/spawnattr_setpgroup.c
+m4/posix_spawn.m4
+
+Depends-on:
+spawn
+
+configure.ac:
+gl_POSIX_SPAWN
+if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
+ gl_REPLACE_SPAWN_H
+ AC_LIBOBJ([spawnattr_setpgroup])
+fi
+gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setpgroup])
+
+Makefile.am:
+
+Include:
+<spawn.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+