1Description:
2posix_spawnattr_setpgroup() function: specify process group for child process.
3
4Files:
5lib/spawnattr_setpgroup.c
6m4/posix_spawn.m4
7
8Depends-on:
9spawn
10
11configure.ac:
12gl_POSIX_SPAWN
13if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
14  AC_LIBOBJ([spawnattr_setpgroup])
15fi
16gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setpgroup])
17
18Makefile.am:
19
20Include:
21<spawn.h>
22
23License:
24LGPLv2+
25
26Maintainer:
27Bruno Haible, glibc
28
29