Files
gnulib/modules/waitpid
Bruno Haible 77a06aac21 Separate the module 'waitpid' from the module 'sys_wait'.
* lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is
present.
* m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke
gl_MODULE_INDICATOR_FOR_TESTS.
(gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID.
* modules/sys_wait (Depends-on): Remove waitpid.
(Makefile.am): Substitute GNULIB_WAITPID.
* modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR.
* tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the
signature only if the 'waitpid' module is present.
* doc/posix-functions/waitpid.texi: Mention the 'waitpid' module.
* NEWS: Mention the change.
* modules/grantpt (Depends-on): Add waitpid.
* modules/wait-process (Depends-on): Likewise.
2010-09-29 16:14:55 +02:00

25 lines
273 B
Plaintext

Description:
waitpid() function: wait for process state change
Files:
lib/waitpid.c
m4/waitpid.m4
Depends-on:
sys_wait
configure.ac:
gl_FUNC_WAITPID
gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
Makefile.am:
Include:
<sys/wait.h>
License:
LGPLv2+
Maintainer:
Bruno Haible