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