ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / execute
blobcaf7c8438d2e77cbd1dfec6f7e108bb4dc3c5b94
1 Description:
2 Creation of autonomous subprocesses.
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
10 Depends-on:
11 cloexec
12 dup2
13 error
14 fatal-signal
15 wait-process
16 gettext-h
17 msvc-nothrow
18 spawn
19 posix_spawnp
20 posix_spawn_file_actions_init
21 posix_spawn_file_actions_addopen
22 posix_spawn_file_actions_destroy
23 posix_spawnattr_init
24 posix_spawnattr_setsigmask
25 posix_spawnattr_setflags
26 posix_spawnattr_destroy
27 stdbool
28 stdlib
29 strpbrk
30 unistd
31 environ
33 configure.ac:
34 gl_EXECUTE
36 Makefile.am:
37 lib_SOURCES += execute.h execute.c w32spawn.h
39 Include:
40 "execute.h"
42 License:
43 GPL
45 Maintainer:
46 all