blob: 957a1447675a7982f6885e359ca515f6276ed41a [file] [log] [blame]
Description:
posix_spawnp() function: create a child process.
Files:
lib/spawnp.c
m4/posix_spawn.m4
Depends-on:
spawn
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
configure.ac:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
AC_LIBOBJ([spawnp])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnp])
Makefile.am:
Include:
<spawn.h>
License:
LGPLv2+
Maintainer:
glibc