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.
23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
Description:
|
|
system() function: execute a shell command
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
stdlib-h
|
|
sys_wait-h
|
|
|
|
configure.ac:
|
|
gl_STDLIB_MODULE_INDICATOR([system-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|