(License): Change to LGPL.
[gnulib.git] / modules / stat
1 Description:
2 stat() function: return information about a file, following symbolic links.
3
4 Files:
5 lib/stat.c
6 m4/stat.m4
7
8 Depends-on:
9 xalloc
10 stat-macros
11
12 configure.ac:
13 gl_FUNC_STAT
14
15 Makefile.am:
16
17 Include:
18 <sys/stat.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering