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
/
freopen-safer
blob
8b1e8655a2ff008daa880cd9e38c75cb534732b0
1
Description:
2
freopen function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/stdio--.h
6
lib/stdio-safer.h
7
lib/freopen-safer.c
8
9
Depends-on:
10
attribute
11
dup2
12
freopen
13
open
14
stdbool
15
16
configure.ac:
17
gl_MODULE_INDICATOR([freopen-safer])
18
19
Makefile.am:
20
lib_SOURCES += freopen-safer.c
21
22
Include:
23
"stdio-safer.h"
24
25
License:
26
GPL
27
28
Maintainer:
29
Eric Blake