af_alg: Improve function signature.
[gnulib.git] / modules / fstat
blobb557494cfc98a463f10433381c5e4fbb1b97ed2f
1 Description:
2 fstat() function: return information about an open file.
4 Files:
5 lib/fstat.c
6 lib/stat-w32.h
7 lib/stat-w32.c
8 m4/fstat.m4
10 Depends-on:
11 sys_stat
12 largefile
13 pathmax         [test $REPLACE_FSTAT = 1]
14 stat-time       [test $REPLACE_FSTAT = 1]
15 unistd          [test $REPLACE_FSTAT = 1]
16 verify          [test $REPLACE_FSTAT = 1]
17 msvc-nothrow    [test $REPLACE_FSTAT = 1]
19 configure.ac:
20 gl_FUNC_FSTAT
21 if test $REPLACE_FSTAT = 1; then
22   AC_LIBOBJ([fstat])
23   case "$host_os" in
24     mingw*)
25       AC_LIBOBJ([stat-w32])
26       ;;
27   esac
28   gl_PREREQ_FSTAT
30 gl_SYS_STAT_MODULE_INDICATOR([fstat])
32 Makefile.am:
34 Include:
35 <sys/stat.h>
37 License:
38 LGPLv2+
40 Maintainer:
41 all