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