view modules/popen-safer @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 6a3afd222026
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:
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