Hash :
57dd928a
Author :
Date :
2019-06-10T16:03:35
posix_spawn-internal: Fix module description. * modules/posix_spawn (configure.ac): Move request to compile spawni.c from here... * modules/posix_spawnp (configure.ac): ... and here... * modules/posix_spawn-internal (configure.ac): ... to here.
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