mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
34 lines
360 B
Plaintext
34 lines
360 B
Plaintext
Description:
|
|
Waiting for a subprocess to finish.
|
|
|
|
Files:
|
|
lib/wait-process.h
|
|
lib/wait-process.c
|
|
m4/wait-process.m4
|
|
m4/sig_atomic_t.m4
|
|
|
|
Depends-on:
|
|
fatal-signal
|
|
error
|
|
exit
|
|
xalloc
|
|
gettext-h
|
|
stdbool
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_WAIT_PROCESS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += wait-process.h wait-process.c
|
|
|
|
Include:
|
|
"wait-process.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|