1Description:
2fstat() function: return information about an open file.
3
4Files:
5lib/fstat.c
6m4/fstat.m4
7
8Depends-on:
9sys_stat
10largefile
11unistd          [test $REPLACE_STAT = 1]
12msvc-inval      [test $REPLACE_STAT = 1]
13
14configure.ac:
15gl_FUNC_FSTAT
16if test $REPLACE_FSTAT = 1; then
17  AC_LIBOBJ([fstat])
18  gl_PREREQ_FSTAT
19fi
20gl_SYS_STAT_MODULE_INDICATOR([fstat])
21
22Makefile.am:
23
24Include:
25<sys/stat.h>
26
27License:
28LGPLv2+
29
30Maintainer:
31Bruno Haible
32