90a0d127e6a90f79f91f45b9d84ed594956bb127
[pspp] / 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
11 binary-io
12
13 configure.ac:
14 gl_FUNC_PIPE2
15 gl_UNISTD_MODULE_INDICATOR([pipe2])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 License:
23 GPL
24
25 Maintainer:
26 Bruno Haible, Eric Blake