git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / popen-safer
blob76bf4ee5526798fc7ae412e996b3a2bd7028e276
1 Description:
2 popen function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/popen-safer.c
8 m4/stdio-safer.m4
10 Depends-on:
11 cloexec
12 open
13 popen
14 unistd-safer
16 configure.ac:
17 gl_POPEN_SAFER
18 gl_MODULE_INDICATOR([popen-safer])
20 Makefile.am:
22 Include:
23 "stdio-safer.h"
25 License:
26 GPL
28 Maintainer:
29 Eric Blake