Merge commit 'stable/20110609'
[gnulib.git] / modules / freopen-safer
1 Description:
2 freopen function that avoids clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/freopen-safer.c
8 m4/stdio-safer.m4
9
10 Depends-on:
11 dup2
12 freopen
13 open
14 stdbool
15
16 configure.ac:
17 gl_FREOPEN_SAFER
18 gl_MODULE_INDICATOR([freopen-safer])
19
20 Makefile.am:
21
22 Include:
23 "stdio-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Eric Blake