Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / waitpid
blobdb34e27f39dcc7b0cbe35e0cdaafd943553387c8
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
11 configure.ac:
12 gl_FUNC_WAITPID
13 if test $HAVE_WAITPID = 0; then
14   AC_LIBOBJ([waitpid])
16 gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
18 Makefile.am:
20 Include:
21 <sys/wait.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 all