Ignore one more generated index from makeinfo.
[gnulib.git] / modules / popen-safer
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 m4/stdio-safer.m4
9
10 Depends-on:
11 cloexec
12 open
13 popen
14 unistd-safer
15
16 configure.ac:
17 gl_POPEN_SAFER
18 gl_MODULE_INDICATOR([popen-safer])
19
20 Makefile.am:
21
22 Include:
23 "stdio-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Eric Blake