xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / popen-safer
blob379397632251ddeb63738a4b2fe69165f410a9fb
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
9 Depends-on:
10 cloexec
11 open
12 popen
13 unistd-safer
15 configure.ac:
16 gl_MODULE_INDICATOR([popen-safer])
18 Makefile.am:
19 lib_SOURCES += popen-safer.c
21 Include:
22 "stdio-safer.h"
24 License:
25 GPL
27 Maintainer:
28 Eric Blake