gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / freopen-safer
blob8b1e8655a2ff008daa880cd9e38c75cb534732b0
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 attribute
11 dup2
12 freopen
13 open
14 stdbool
16 configure.ac:
17 gl_MODULE_INDICATOR([freopen-safer])
19 Makefile.am:
20 lib_SOURCES += freopen-safer.c
22 Include:
23 "stdio-safer.h"
25 License:
26 GPL
28 Maintainer:
29 Eric Blake