gettimeofday: port recent C++ fix to Emacs
[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 verify
14
15 configure.ac:
16 gl_FUNC_PIPE2
17 gl_UNISTD_MODULE_INDICATOR([pipe2])
18
19 Makefile.am:
20 lib_SOURCES += pipe2.c
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible, Eric Blake