Fix Changelog typo.
[gnulib.git] / modules / lstat
blobc6bb4b85c368099490453db41d49704b1937bbeb
1 Description:
2 lstat() function: return information about a file or symbolic link.
4 Files:
5 lib/lstat.c
6 m4/lstat.m4
8 Depends-on:
9 sys_stat
10 largefile
11 stat            [test $REPLACE_LSTAT = 1]
12 stat-time       [test $REPLACE_LSTAT = 1]
14 configure.ac:
15 gl_FUNC_LSTAT
16 gl_CONDITIONAL([GL_COND_OBJ_LSTAT], [test $REPLACE_LSTAT = 1])
17 AM_COND_IF([GL_COND_OBJ_LSTAT], [
18   gl_PREREQ_LSTAT
20 gl_SYS_STAT_MODULE_INDICATOR([lstat])
22 Makefile.am:
23 if GL_COND_OBJ_LSTAT
24 lib_SOURCES += lstat.c
25 endif
27 Include:
28 <sys/stat.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 Jim Meyering