Merge branch 'upstream' into stable
[gnulib.git] / modules / stat
1 Description:
2 stat() function: query file information
3
4 Files:
5 lib/stat.c
6 m4/stat.m4
7
8 Depends-on:
9 sys_stat
10 dosname         [test $REPLACE_STAT = 1]
11 stdbool         [test $REPLACE_STAT = 1]
12
13 configure.ac:
14 gl_FUNC_STAT
15 gl_SYS_STAT_MODULE_INDICATOR([stat])
16
17 Makefile.am:
18
19 Include:
20 <sys/stat.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Eric Blake