log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / freopen-safer
blobbfeb0ce88f0d7ddbd76a4e31e560e21b081c8c6b
1 Description:
2 freopen function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/freopen-safer.c
9 Depends-on:
10 dup2
11 freopen
12 open
13 stdbool
15 configure.ac:
16 gl_MODULE_INDICATOR([freopen-safer])
18 Makefile.am:
19 lib_SOURCES += freopen-safer.c
21 Include:
22 "stdio-safer.h"
24 License:
25 GPL
27 Maintainer:
28 Eric Blake