summaryrefslogtreecommitdiff
path: root/modules/lstat
diff options
context:
space:
mode:
authorDerek R. Price <derek@ximbiot.com>2005-06-24 14:53:03 +0000
committerDerek R. Price <derek@ximbiot.com>2005-06-24 14:53:03 +0000
commit0d1d61835135da48448b5f09ada9f67c35ca4b97 (patch)
tree0443e896d8b87def4488371f34dfc2c79f87408a /modules/lstat
parentbf982dc2f9119b5d655e3266b70bd716cc92cf95 (diff)
downloadgnulib-0d1d61835135da48448b5f09ada9f67c35ca4b97.tar.gz
Remove stat module & update lstat.
* MODULES.html.sh (stat): Remove. * MODULES.html: Regenerated. * config/srclist.txt (GLIBC sources): Remove stat. * lib/stat.c: Remove this file... (slash_aware_lstat): ...moving this content and its support... * lib/lstat.c (rpl_lstat): ...into here. * lib/lstat.h: New file. * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. * m4/stat.m4: Remove this file. * modules/lstat (Description): Correct function name. (Files): Add "lstat.h". (Depends-on): Remove stat, add xalloc, stat-macros. * modules/stat: Remove this file. (Include): Add "lstat.h", remove <sys/stat.h>.
Diffstat (limited to 'modules/lstat')
-rw-r--r--modules/lstat8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/lstat b/modules/lstat
index f703aef964..d26e9646c4 100644
--- a/modules/lstat
+++ b/modules/lstat
@@ -1,12 +1,14 @@
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
+xalloc
+stat-macros
configure.ac:
gl_FUNC_LSTAT
@@ -14,7 +16,7 @@ gl_FUNC_LSTAT
Makefile.am:
Include:
-<sys/stat.h>
+"lstat.h"
License:
GPL