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