From: Jim Meyering Date: Tue, 17 Jan 2006 17:42:53 +0000 (+0000) Subject: (openat_needs_fchdir): Declare it. X-Git-Tag: v6.0~861 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=264f1bc3cd7e2d29be28d2c01c7c1d101274b856;p=thirdparty%2Fcoreutils.git (openat_needs_fchdir): Declare it. --- 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);