From 229b2a01d8a088d376434452221f7cef41e55695 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 20 Nov 2006 22:01:30 +0000 Subject: * lib/openat.h (rpl_fstatat): New macro, if [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK. (fstatat): Define to rpl_fstatat under the same conditions, unless COMPILING_FSTATAT. * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat seems to have the bug. * lib/fstatat.c: New file. * modules/openat (Files): Add it. --- modules/openat | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/openat') diff --git a/modules/openat b/modules/openat index c14e7310ee..7754a3d7d4 100644 --- a/modules/openat +++ b/modules/openat @@ -4,6 +4,7 @@ Open a file at a directory. Files: lib/at-func.c lib/fchmodat.c +lib/fstatat.c lib/mkdirat.c lib/openat.c lib/openat.h -- cgit v1.2.1