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