mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 06:03:59 +00:00
* 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.
25 lines
273 B
Plaintext
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
|