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
/
stdlib-safer
blob
80414b32076d4511e17b59c7c5768aa7945c70c4
1
Description:
2
File stream functions that avoid clobbering std{in,out,err}.
3
4
Files:
5
lib/stdlib--.h
6
lib/stdlib-safer.h
7
lib/mkstemp-safer.c
8
9
Depends-on:
10
fd-safer-flag
11
mkstemp
12
stdlib
13
unistd-safer
14
15
configure.ac:
16
17
Makefile.am:
18
lib_SOURCES += mkstemp-safer.c
19
20
Include:
21
"stdlib-safer.h"
22
23
Link:
24
$(LIB_GETRANDOM)
25
26
License:
27
GPL
28
29
Maintainer:
30
Paul Eggert, Jim Meyering