gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / posix_spawn_file_actions_destroy
blobd0a3e42ffbc41efbee581c08a9400ea4932435c5
1 Description:
2 posix_spawn_file_actions_destroy() function: free a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_destroy.c
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
12 configure.ac:
13 gl_POSIX_SPAWN
14 gl_CONDITIONAL([GL_COND_OBJ_SPAWN_FACTION_DESTROY],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_destroy])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWN_FACTION_DESTROY
20 lib_SOURCES += spawn_faction_destroy.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc