Drop tests that are now done in the gettimeofday module.
[gnulib.git] / modules / lstat
index f703aef..f2055f9 100644 (file)
@@ -1,12 +1,13 @@
 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
+lib/lstat.h
 m4/lstat.m4
 
 Depends-on:
-stat
+sys_stat
 
 configure.ac:
 gl_FUNC_LSTAT
@@ -14,10 +15,10 @@ gl_FUNC_LSTAT
 Makefile.am:
 
 Include:
-<sys/stat.h>
+"lstat.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering