view modules/popen-safer @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents 637f3a63efbd
children
line wrap: on
line source

Description:
popen function that avoids clobbering std{in,out,err}.

Files:
lib/stdio--.h
lib/stdio-safer.h
lib/popen-safer.c

Depends-on:
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