31 lines
355 B
Plaintext
31 lines
355 B
Plaintext
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
|