test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / lstat
index 9ef350a..e4eabb5 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-stat() function: return information about a file or symbolic link.
+lstat() function: return information about a file or symbolic link.
 
 Files:
 lib/lstat.c
@@ -7,13 +7,19 @@ m4/lstat.m4
 
 Depends-on:
 stat
-xalloc
+sys_stat
 
 configure.ac:
-jm_FUNC_LSTAT
+gl_FUNC_LSTAT
+gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
 Makefile.am:
 
 Include:
 <sys/stat.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering