mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/sys_wait-h: Renamed from modules/sys_wait. * modules/sys_wait-h-tests: Renamed from modules/sys_wait-tests. * modules/sys_wait-h-c++-tests: Renamed from modules/sys_wait-c++-tests. * tests/test-sys_wait-h.h: Renamed from tests/test-sys_wait.h. * tests/test-sys_wait-h.c: Renamed from tests/test-sys_wait.c. * tests/test-stdlib-h.c: Update. * tests/test-sys_wait-h-c++.cc: Renamed from tests/test-sys_wait-c++.cc. * doc/posix-headers/sys_wait.texi: Update. * modules/* (Depends-on): Update. * modules/sys_wait: New file.
29 lines
384 B
Plaintext
29 lines
384 B
Plaintext
Description:
|
|
waitpid() function: wait for process state change
|
|
|
|
Files:
|
|
lib/waitpid.c
|
|
m4/waitpid.m4
|
|
|
|
Depends-on:
|
|
sys_wait-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_WAITPID
|
|
gl_CONDITIONAL([GL_COND_OBJ_WAITPID], [test $HAVE_WAITPID = 0])
|
|
gl_SYS_WAIT_MODULE_INDICATOR([waitpid])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WAITPID
|
|
lib_SOURCES += waitpid.c
|
|
endif
|
|
|
|
Include:
|
|
<sys/wait.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|