git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / posix_spawn_file_actions_addclose
blobb85eacfdb9ddff3dd96c0623db42cc6311608b10
1 Description:
2 posix_spawn_file_actions_addclose() function: augment a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_addclose.c
7 lib/spawn_int.h
8 m4/posix_spawn.m4
10 Depends-on:
11 spawn
12 getdtablesize
14 configure.ac:
15 gl_POSIX_SPAWN
16 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
17   gl_REPLACE_SPAWN_H
18   AC_LIBOBJ([spawn_faction_addclose])
20 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addclose])
22 Makefile.am:
24 Include:
25 <spawn.h>
27 License:
28 LGPL
30 Maintainer:
31 Bruno Haible, glibc