1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/fopen-safer
Bruno Haible 5209471fe3 fopen-safer: Move AC_LIBOBJ invocations to module description.
* 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.
2011-06-16 00:07:39 +02:00

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