repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
pipe2
blob
08758ba77aabc71cd21c6f128f4663fb49d9f2a6
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
Eric Blake