unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / posix_spawnattr_setflags
blob9b0135906174605afe951e066a69bb3ff1ec45a9
1 Description:
2 posix_spawnattr_setflags() function: specify bitmask of attributes for child
3 process.
5 Files:
6 lib/spawnattr_setflags.c
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
12 configure.ac:
13 gl_POSIX_SPAWN
14 gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_SETFLAGS],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setflags])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWNATTR_SETFLAGS
20 lib_SOURCES += spawnattr_setflags.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc