verify: new macro 'assume'
[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 lib/pipe2-safer.c
7
8 Depends-on:
9 fd-safer-flag
10 pipe2
11 unistd-safer
12
13 configure.ac:
14 gl_MODULE_INDICATOR([pipe2-safer])
15
16 Makefile.am:
17 lib_SOURCES += pipe2-safer.c
18
19 Include:
20 "unistd-safer.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Eric Blake