Separate the module 'waitpid' from the module 'sys_wait'.
[gnulib.git] / modules / wait-process
1 Description:
2 Waiting for a subprocess to finish.
3
4 Files:
5 lib/wait-process.h
6 lib/wait-process.c
7 m4/wait-process.m4
8 m4/sig_atomic_t.m4
9
10 Depends-on:
11 fatal-signal
12 error
13 exit
14 xalloc
15 gettext-h
16 stdbool
17 sys_wait
18 unistd
19 atexit
20 waitpid
21
22 configure.ac:
23 gl_WAIT_PROCESS
24
25 Makefile.am:
26 lib_SOURCES += wait-process.h wait-process.c
27
28 Include:
29 "wait-process.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible
36