diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-17 17:42:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-17 17:42:53 +0000 |
commit | 264f1bc3cd7e2d29be28d2c01c7c1d101274b856 (patch) | |
tree | 60d916cfb9b4ce52b12052840fcc303a9b63073e | |
parent | debc171df3f17448288efc863dff59a3f0ffefba (diff) | |
download | coreutils-264f1bc3cd7e2d29be28d2c01c7c1d101274b856.tar.xz |
(openat_needs_fchdir): Declare it.
-rw-r--r-- | lib/openat.h | 2 |
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); |