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
/
tmpfile-safer
blob
d385cdb5ad18a0d7964ca0b825eff0f2998006fd
1
Description:
2
tmpfile function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/stdio--.h
6
lib/stdio-safer.h
7
lib/tmpfile-safer.c
8
9
Depends-on:
10
binary-io
11
tmpfile
12
unistd-safer
13
14
configure.ac:
15
gl_MODULE_INDICATOR([tmpfile-safer])
16
17
Makefile.am:
18
lib_SOURCES += tmpfile-safer.c
19
20
Include:
21
"stdio-safer.h"
22
23
Link:
24
$(LIB_GETRANDOM)
25
$(LIB_CLOCK_GETTIME)
26
27
License:
28
GPL
29
30
Maintainer:
31
Paul Eggert, Jim Meyering