1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/popen-safer
Bruno Haible 251c566a3b popen-safer: Move AC_LIBOBJ invocations to module description.
* 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.
2011-06-16 00:07:39 +02:00

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