repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xset: New module.
[gnulib.git]
/
modules
/
wait-process
blob
71b363aab95d5d3ece3647386ac1a5d092d46a0b
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
xalloc
14
gettext-h
15
stdbool
16
stdlib
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
all