Hash :
0f5a6cf4
Author :
Date :
2008-06-24T09:40:36
make several modules depend on the "open" module This provides slightly increased consistency when opening-for-write the name of a non-directory spelled with a trailing slash. * modules/chdir-safer: Likewise. * modules/chown: Likewise. * modules/clean-temp: Likewise. * modules/copy-file: Likewise. * modules/fchdir: Likewise. * modules/fcntl-safer: Likewise. * modules/pipe: Likewise. * modules/utime: Likewise. Prompted by Eric Blake and Bruno Haible.
Description:
Creation of subprocesses, communicating via pipes.
Files:
lib/pipe.h
lib/pipe.c
lib/w32spawn.h
m4/pipe.m4
Depends-on:
environ
error
exit
fatal-signal
gettext-h
open
stdbool
strpbrk
unistd
unistd-safer
wait-process
configure.ac:
gl_PIPE
Makefile.am:
lib_SOURCES += pipe.h pipe.c w32spawn.h
Include:
"pipe.h"
License:
GPL
Maintainer:
Bruno Haible