diff options
Diffstat (limited to 'lib/openat.h')
-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); |