dup2: work around mingw and cygwin 1.5 bug
[gnulib.git] / modules / execute
1 Description:
2 Creation of autonomous subprocesses.
3
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
9
10 Depends-on:
11 dup2
12 error
13 exit
14 fatal-signal
15 wait-process
16 gettext-h
17 spawn
18 posix_spawnp
19 posix_spawn_file_actions_init
20 posix_spawn_file_actions_addopen
21 posix_spawn_file_actions_destroy
22 posix_spawnattr_init
23 posix_spawnattr_setsigmask
24 posix_spawnattr_setflags
25 posix_spawnattr_destroy
26 stdbool
27 strpbrk
28 unistd
29 environ
30
31 configure.ac:
32 gl_EXECUTE
33
34 Makefile.am:
35 lib_SOURCES += execute.h execute.c w32spawn.h
36
37 Include:
38 "execute.h"
39
40 License:
41 GPL
42
43 Maintainer:
44 Bruno Haible