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
mbsstr, etc.: Fix compilation in C++ mode on AIX with xlc.
[gnulib.git]
/
modules
/
waitpid
blob
098fd2dbcdb544645cfe09cc1da716c173d0f56b
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-h
10
11
configure.ac:
12
gl_FUNC_WAITPID
13
gl_CONDITIONAL([GL_COND_OBJ_WAITPID], [test $HAVE_WAITPID = 0])
14
gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
15
16
Makefile.am:
17
if GL_COND_OBJ_WAITPID
18
lib_SOURCES += waitpid.c
19
endif
20
21
Include:
22
<sys/wait.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all