openat: provide more convenience names
[pspp] / modules / lstat
index f703aef964d493186ebe93c413575d819c191b4c..b0c8b4436d8b36c42d83966d7383307b5bb1bf15 100644 (file)
@@ -1,15 +1,16 @@
 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
 m4/lstat.m4
 
 Depends-on:
-stat
+sys_stat
 
 configure.ac:
 gl_FUNC_LSTAT
+gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
 Makefile.am:
 
@@ -17,7 +18,7 @@ Include:
 <sys/stat.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering