]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(openat_needs_fchdir): Declare it.
authorJim Meyering <jim@meyering.net>
Tue, 17 Jan 2006 17:42:53 +0000 (17:42 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Jan 2006 17:42:53 +0000 (17:42 +0000)
lib/openat.h

index aaa2801bcf39b39f94d0d72a8944ada7b9524b13..aa900c72eb0fdcbcf1e2c574318e6bcc5bd66f94 100644 (file)
@@ -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);