posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wait-process
blob7ffe8322ce7d618a52bc8dc42bcb0ee869864e95
1 Description:
2 Waiting for a subprocess to finish.
4 Files:
5 lib/wait-process.h
6 lib/wait-process.c
7 m4/wait-process.m4
8 m4/sig_atomic_t.m4
10 Depends-on:
11 fatal-signal
12 error
13 xalloc
14 gettext-h
15 stdbool
16 stdlib
17 sys_wait
18 unistd
19 atexit
20 waitpid
22 configure.ac:
23 gl_WAIT_PROCESS
25 Makefile.am:
26 lib_SOURCES += wait-process.h wait-process.c
28 Include:
29 "wait-process.h"
31 Link:
32 $(LIBTHREAD)
34 License:
35 GPL
37 Maintainer:
38 all