mbsstr, etc.: Fix compilation in C++ mode on AIX with xlc.
[gnulib.git] / modules / waitpid
blob098fd2dbcdb544645cfe09cc1da716c173d0f56b
1 Description:
2 waitpid() function: wait for process state change
4 Files:
5 lib/waitpid.c
6 m4/waitpid.m4
8 Depends-on:
9 sys_wait-h
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])
16 Makefile.am:
17 if GL_COND_OBJ_WAITPID
18 lib_SOURCES += waitpid.c
19 endif
21 Include:
22 <sys/wait.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all