pipe2: Relicense under LGPLv2+.
[gnulib.git] / modules / pipe2
1 Description:
2 pipe2() function: create a pipe, with specific opening flags.
3
4 Files:
5 lib/pipe2.c
6 m4/pipe2.m4
7
8 Depends-on:
9 unistd
10 fcntl-h
11 binary-io
12 extensions
13
14 configure.ac:
15 gl_FUNC_PIPE2
16 gl_UNISTD_MODULE_INDICATOR([pipe2])
17
18 Makefile.am:
19 lib_SOURCES += pipe2.c
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible, Eric Blake