mbrlen: Fix cross-compilation guess for AIX.
[gnulib.git] / modules / fopen-safer
1 Description:
2 fopen function that avoids clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/fopen-safer.c
8 m4/stdio-safer.m4
9
10 Depends-on:
11 fopen
12 unistd-safer
13
14 configure.ac:
15 gl_FOPEN_SAFER
16 gl_MODULE_INDICATOR([fopen-safer])
17
18 Makefile.am:
19
20 Include:
21 "stdio-safer.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering