summaryrefslogtreecommitdiff
path: root/modules/tmpfile-safer
blob: 07ff47b437d58630e9ea9790ddfb660aa30cbf4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
tmpfile function that avoids clobbering std{in,out,err}.

Files:
lib/stdio--.h
lib/stdio-safer.h
lib/tmpfile-safer.c

Depends-on:
binary-io
tmpfile
unistd-safer

configure.ac:
gl_MODULE_INDICATOR([tmpfile-safer])

Makefile.am:
lib_SOURCES += tmpfile-safer.c

Include:
"stdio-safer.h"

Link:
$(GETRANDOM_LIB)
$(CLOCK_TIME_LIB)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering