unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / pipe2-safer
blobe01a932f323f9a781ac5b72a557daaaa4eb7e6e5
1 Description:
2 pipe2_safer() function: create a pipe, with specific opening flags,
3 without clobbering std{in,out,err}.
5 Files:
6 lib/pipe2-safer.c
8 Depends-on:
9 fd-safer-flag
10 pipe2
11 unistd-safer
13 configure.ac:
14 gl_MODULE_INDICATOR([pipe2-safer])
16 Makefile.am:
17 lib_SOURCES += pipe2-safer.c
19 Include:
20 "unistd-safer.h"
22 License:
23 GPL
25 Maintainer:
26 Eric Blake