mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/stdio-safer.m4: Remove file. * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_TMPFILE_SAFER call. (Makefile.am): Augment lib_SOURCES.
28 lines
350 B
Plaintext
28 lines
350 B
Plaintext
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"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|