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

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