1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/tmpfile-safer
Paul Eggert b28236b5d0 * MODULES.html.sh (File stream based Input/Output):
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.
2006-07-25 06:20:19 +00:00

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