mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro. * modules/popen-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_POPEN_SAFER call. (Makefile.am): Augment lib_SOURCES.
29 lines
328 B
Plaintext
29 lines
328 B
Plaintext
Description:
|
|
popen function that avoids clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/stdio--.h
|
|
lib/stdio-safer.h
|
|
lib/popen-safer.c
|
|
|
|
Depends-on:
|
|
cloexec
|
|
open
|
|
popen
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([popen-safer])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += popen-safer.c
|
|
|
|
Include:
|
|
"stdio-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|