ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / fopen
blob1bea86548455786da8b73a20bab5569f5afcc11c
1 Description:
2 fopen() function: open a stream to a file.
4 Files:
5 lib/fopen.c
6 m4/fopen.m4
8 Depends-on:
9 stdio
10 largefile
11 unistd          [test $REPLACE_FOPEN = 1]
12 fstat           [test $REPLACE_FOPEN = 1]
14 configure.ac:
15 gl_FUNC_FOPEN
16 if test $REPLACE_FOPEN = 1; then
17   AC_LIBOBJ([fopen])
18   gl_PREREQ_FOPEN
20 gl_STDIO_MODULE_INDICATOR([fopen])
22 Makefile.am:
24 Include:
25 <stdio.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all