* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
[gnulib.git] / modules / lstat
index 2fac7c3..f2055f9 100644 (file)
@@ -1,18 +1,24 @@
 Description:
+lstat() function: return information about a file or symbolic link.
 
 Files:
 lib/lstat.c
+lib/lstat.h
 m4/lstat.m4
 
 Depends-on:
-stat
-xalloc
+sys_stat
 
 configure.ac:
-jm_FUNC_LSTAT
+gl_FUNC_LSTAT
 
 Makefile.am:
 
 Include:
-<sys/stat.h>
+"lstat.h"
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering