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
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
waitpid
blob
db34e27f39dcc7b0cbe35e0cdaafd943553387c8
1
Description:
2
waitpid() function: wait for process state change
3
4
Files:
5
lib/waitpid.c
6
m4/waitpid.m4
7
8
Depends-on:
9
sys_wait
10
11
configure.ac:
12
gl_FUNC_WAITPID
13
if test $HAVE_WAITPID = 0; then
14
AC_LIBOBJ([waitpid])
15
fi
16
gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
17
18
Makefile.am:
19
20
Include:
21
<sys/wait.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all