From 264f1bc3cd7e2d29be28d2c01c7c1d101274b856 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Jan 2006 17:42:53 +0000 Subject: [PATCH] (openat_needs_fchdir): Declare it. --- lib/openat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/openat.h b/lib/openat.h index aaa2801bcf..aa900c72eb 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); -- 2.47.3