warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / pipe2
blob08758ba77aabc71cd21c6f128f4663fb49d9f2a6
1 Description:
2 pipe2() function: create a pipe, with specific opening flags.
4 Files:
5 lib/pipe2.c
6 m4/pipe2.m4
8 Depends-on:
9 unistd
10 fcntl-h
11 binary-io
12 extensions
13 verify
15 configure.ac:
16 gl_FUNC_PIPE2
17 gl_UNISTD_MODULE_INDICATOR([pipe2])
19 Makefile.am:
20 lib_SOURCES += pipe2.c
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 Eric Blake