mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro. * modules/fopen-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_FOPEN_SAFER call. (Makefile.am): Augment lib_SOURCES.
27 lines
330 B
Plaintext
27 lines
330 B
Plaintext
Description:
|
|
fopen function that avoids clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/stdio--.h
|
|
lib/stdio-safer.h
|
|
lib/fopen-safer.c
|
|
|
|
Depends-on:
|
|
fopen
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([fopen-safer])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += fopen-safer.c
|
|
|
|
Include:
|
|
"stdio-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|