summaryrefslogtreecommitdiff
path: root/modules/stat
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/stat
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/stat')
-rw-r--r--modules/stat24
1 files changed, 0 insertions, 24 deletions
diff --git a/modules/stat b/modules/stat
deleted file mode 100644
index f9425d96c0..0000000000
--- a/modules/stat
+++ /dev/null
@@ -1,24 +0,0 @@
-Description:
-stat() function: return information about a file, following symbolic links.
-
-Files:
-lib/stat.c
-m4/stat.m4
-
-Depends-on:
-xalloc
-stat-macros
-
-configure.ac:
-gl_FUNC_STAT
-
-Makefile.am:
-
-Include:
-<sys/stat.h>
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering