jit/cache tests: Fix crash with clang's UBSAN + ASAN.
[gnulib.git] / modules / posix_spawnp
blob3cd07212872664462df2afe1d38a72a0117c2c1e
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 gl_CONDITIONAL([GL_COND_OBJ_SPAWNP],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawnp])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWNP
20 lib_SOURCES += spawnp.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc