pipe2-safer: new module
[gnulib.git] / modules / pipe2-safer
1 Description:
2 pipe2_safer() function: create a pipe, with specific opening flags,
3 without clobbering std{in,out,err}.
4
5 Files:
6
7 Depends-on:
8 cloexec
9 pipe2
10 unistd-safer
11
12 configure.ac:
13 gl_MODULE_INDICATOR([pipe2-safer])
14
15 Makefile.am:
16
17 Include:
18 "unistd-safer.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Eric Blake