summaryrefslogtreecommitdiff
path: root/modules/stdlib-safer
blob: 3a33a2c941760f6e812e537efc7478e32d81ef19 (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
Description:
File stream functions that avoid clobbering std{in,out,err}.

Files:
lib/stdlib--.h
lib/stdlib-safer.h
lib/mkstemp-safer.c

Depends-on:
fd-safer-flag
mkstemp
stdlib
unistd-safer

configure.ac:

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

Include:
"stdlib-safer.h"

Link:
$(GETRANDOM_LIB)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering