mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
Add fopen-safer, tmpfile-safer; remove stdio-safer. * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer. * modules/fopen-safer, modules/tmpfile-safer: New files. * modules/stdio-safer: Remove. * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros. (gl_STDIO_SAFER): Remove.
27 lines
309 B
Plaintext
27 lines
309 B
Plaintext
Description:
|
|
tmpfile function that avoids clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/stdio--.h
|
|
lib/stdio-safer.h
|
|
lib/tmpfile-safer.c
|
|
m4/stdio-safer.m4
|
|
|
|
Depends-on:
|
|
binary-io
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_TMPFILE_SAFER
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stdio-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|