repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
popen-safer
blob
4c43037042129e9a004f5802246bfafbabb5fd51
1
Description:
2
popen function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/stdio--.h
6
lib/stdio-safer.h
7
lib/popen-safer.c
8
9
Depends-on:
10
open
11
popen
12
unistd-safer
13
14
configure.ac:
15
gl_MODULE_INDICATOR([popen-safer])
16
17
Makefile.am:
18
lib_SOURCES += popen-safer.c
19
20
Include:
21
"stdio-safer.h"
22
23
License:
24
GPL
25
26
Maintainer:
27
Eric Blake