summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-17 17:42:53 +0000
committerJim Meyering <jim@meyering.net>2006-01-17 17:42:53 +0000
commit264f1bc3cd7e2d29be28d2c01c7c1d101274b856 (patch)
tree60d916cfb9b4ce52b12052840fcc303a9b63073e /lib
parentdebc171df3f17448288efc863dff59a3f0ffefba (diff)
downloadcoreutils-264f1bc3cd7e2d29be28d2c01c7c1d101274b856.tar.xz
(openat_needs_fchdir): Declare it.
Diffstat (limited to 'lib')
-rw-r--r--lib/openat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/openat.h b/lib/openat.h
index aaa2801bc..aa900c72e 100644
--- a/lib/openat.h
+++ b/lib/openat.h
@@ -101,3 +101,5 @@ lchmodat (int fd, char const *file, mode_t mode)
{
return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
}
+
+bool openat_needs_fchdir (void);