timespec_get: New module.
[gnulib.git] / modules / posix_spawnp
blob957a1447675a7982f6885e359ca515f6276ed41a
1 Description:
2 posix_spawnp() function: create a child process.
4 Files:
5 lib/spawnp.c
6 m4/posix_spawn.m4
8 Depends-on:
9 spawn
10 posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnp])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnp])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc