mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
35 lines
354 B
Plaintext
35 lines
354 B
Plaintext
Description:
|
|
Creation of autonomous subprocesses.
|
|
|
|
Files:
|
|
lib/execute.h
|
|
lib/execute.c
|
|
lib/w32spawn.h
|
|
m4/execute.m4
|
|
|
|
Depends-on:
|
|
error
|
|
exit
|
|
fatal-signal
|
|
wait-process
|
|
gettext-h
|
|
stdbool
|
|
strpbrk
|
|
unistd
|
|
environ
|
|
|
|
configure.ac:
|
|
gl_EXECUTE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += execute.h execute.c w32spawn.h
|
|
|
|
Include:
|
|
"execute.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|