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.
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
Files:
|
|
tests/test-sys_wait-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-sys_wait-h-c++
|
|
check_PROGRAMS += test-sys_wait-h-c++
|
|
test_sys_wait_h_c___SOURCES = test-sys_wait-h-c++.cc
|
|
endif
|