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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
pipe2-safer
blob
e01a932f323f9a781ac5b72a557daaaa4eb7e6e5
1
Description:
2
pipe2_safer() function: create a pipe, with specific opening flags,
3
without clobbering std{in,out,err}.
4
5
Files:
6
lib/pipe2-safer.c
7
8
Depends-on:
9
fd-safer-flag
10
pipe2
11
unistd-safer
12
13
configure.ac:
14
gl_MODULE_INDICATOR([pipe2-safer])
15
16
Makefile.am:
17
lib_SOURCES += pipe2-safer.c
18
19
Include:
20
"unistd-safer.h"
21
22
License:
23
GPL
24
25
Maintainer:
26
Eric Blake